| Package Data | |
|---|---|
| Maintainer Username: | zeusjammer |
| Maintainer Contact: | zeusjammer@gmail.com (zeusjammer) |
| Package Create Date: | 2017-02-16 |
| Package Last Update: | 2017-02-16 |
| Home Page: | |
| Language: | PHP |
| License: | GPL-2.0+ |
| Last Refreshed: | 2025-11-09 15:01:52 |
| Package Statistics | |
|---|---|
| Total Downloads: | 14 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Change Laravel inspiring quotes to Notepad++ easter egg quotes and have a lot more inspiration.
Include this package via Composer:
composer require zeusjammer/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 Zeusjammer\Inspiring;
/*
|--------------------------------------------------------------------------
| Console Routes
|--------------------------------------------------------------------------
Edit your app/Console/Commands/Inspire.php
<?php
namespace App\Console\Commands;
use Illuminate\Console\Command;
//use Illuminate\Foundation\Inspiring;
use Zeusjammer\Inspiring;
Then run php artisan inspire and have fun! :)