zeusjammer / inspiring by zeusjammer
forked from gmsantos/inspiring

Alternative inspiring quotes Chuck Norris Facts for Laravel 5
12
0
1
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: 2024-05-02 15:01:49
Package Statistics
Total Downloads: 12
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 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 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! :)