Motivational African quotes that keeps you alive and active when coding
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
##Installation Include this package via Composer:
composer require abdurrazaq/laravel-inspire
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
|--------------------------------------------------------------------------
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! :)