gmsantos/inspiring is a Laravel package for alternative inspiring quotes for laravel.
It currently has 18 GitHub stars and 8.641 downloads on Packagist (latest version v3.0.4).
Install it with composer require gmsantos/inspiring.
Discover more Laravel packages by gmsantos
or browse all Laravel packages to compare alternatives.
Last updated
Change Laravel inspiring quotes to Notepad++ easter egg quotes and have a lot more inspiration.
Include this package via Composer:
composer require gmsantos/inspiring
Edit your routes/console.php
<?php
//use Illuminate\Foundation\Inspiring;
use Gmsantos\Inspiring;
/*
|--------------------------------------------------------------------------
| Console Routes
|--------------------------------------------------------------------------
Then run php artisan inspire and have fun! :)
For Laravel 5 support, see v2.x branch.