Package Data | |
---|---|
Maintainer Username: | gmsantos |
Maintainer Contact: | gabriel.ms1@hotmail.com (gmsantos) |
Package Create Date: | 2015-06-10 |
Package Last Update: | 2021-04-06 |
Home Page: | |
Language: | PHP |
License: | GPL-2.0+ |
Last Refreshed: | 2024-11-19 03:25:29 |
Package Statistics | |
---|---|
Total Downloads: | 8,081 |
Monthly Downloads: | 19 |
Daily Downloads: | 0 |
Total Stars: | 18 |
Total Watchers: | 3 |
Total Forks: | 6 |
Total Open Issues: | 2 |
Change Laravel inspiring quotes to Notepad++ easter egg quotes and have a lot more inspiration.
Include this package via Composer:
composer require gmsantos/inspiring
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 Gmsantos\Inspiring;
/*
|--------------------------------------------------------------------------
| Console Routes
|--------------------------------------------------------------------------
Edit your app/Console/Commands/Inspire.php
<?php
namespace App\Console\Commands;
use Illuminate\Console\Command;
//use Illuminate\Foundation\Inspiring;
use Gmsantos\Inspiring;
Then run php artisan inspire
and have fun! :)