zeusjammer / inspiring
Alternative inspiring quotes Chuck Norris Facts for Laravel 5
v2.0.3
2016-10-18 01:03 UTC
Requires
- php: >=5.4.0
- illuminate/support: ^5
Requires (Dev)
- phpunit/phpunit: ^4 || ^5
This package is not auto-updated.
Last update: 2024-11-18 16:32:39 UTC
README
Change Laravel inspiring quotes to Notepad++ easter egg quotes and have a lot more inspiration.
Instalation
Include this package via Composer:
composer require zeusjammer/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 Zeusjammer\Inspiring; /* |-------------------------------------------------------------------------- | Console Routes |--------------------------------------------------------------------------
Laravel 5.0 to 5.2
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! :)