LaravelPackages.net
Acme Inc.
Toggle sidebar
abdurrazaq/laravel-inspire

Motivational African quotes that keeps you alive and active when coding

12
5
About abdurrazaq/laravel-inspire

abdurrazaq/laravel-inspire is a Laravel package for motivational african quotes that keeps you alive and active when coding. It currently has 5 GitHub stars and 12 downloads on Packagist. Install it with composer require abdurrazaq/laravel-inspire. Discover more Laravel packages by abdurrazaq or browse all Laravel packages to compare alternatives.

Last updated

Motivational Inspiring (African)Quotes

##Installation Include this package via Composer:

composer require abdurrazaq/laravel-inspire

Laravel 5.3+

In Laravel 5.3, app/Console/Commands/Inspire.php has moved to routes/console.php clousure command.

Edit your use in the same way in Laravel 5.2 and backwards:

<?php

//use Illuminate\Foundation\Inspiring;
use Abdurrazaq\Inspire\Inspiring;

/*
|--------------------------------------------------------------------------
| Console Routes
|--------------------------------------------------------------------------

Laravel 5.0 to 5.2

Edit your app/Console/Commands/Inspire.php

<?php

namespace App\Console\Commands;

use Illuminate\Console\Command;
//use Illuminate\Foundation\Inspiring;
use Abdurrazaq\Inspiring;;

Then run php artisan inspire and be inspired! :)

Star History Chart