/inspiring

Alternative inspiring quotes for Laravel 5

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

Funny Inspiring

Latest Stable Version Total Downloads Latest Unstable Version License Build Status

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

Laravel 5.3

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
|--------------------------------------------------------------------------

Laravel 5.2 to 5

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! :)