gmsantosxl / inspiring
This package is abandoned and no longer maintained.
The author suggests using the gmsantos/inspiring package instead.
Alternative inspiring quotes for Laravel
v3.0.4
2021-04-01 07:39 UTC
Requires
- php: ^7.2 || ^8.0
- illuminate/support: >=6.0
Requires (Dev)
- phpunit/phpunit: ^8.5
README
Change Laravel inspiring quotes to Notepad++ easter egg quotes and have a lot more inspiration.
Instalation
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! :)
Laravel 5.x support
For Laravel 5 support, see v2.x branch.