zeusjammer/inspiring

Alternative inspiring quotes Chuck Norris Facts for Laravel 5
14
Install
composer require zeusjammer/inspiring
Latest Version:v2.0.3
PHP:>=5.4.0
License:GPL-2.0+
Last Updated:Feb 16, 2017
Links: GitHub  ·  Packagist
Maintainer: zeusjammer

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

Related Packages

gmsantos/inspiring

Alternative inspiring quotes for Laravel 5

8,634 18
lab404/laravel-impersonate

Laravel Impersonate is a plugin that allows to you to authenticate as your users...

19,493,333 2,339
jrenton/laravel-5-scaffold

Fastest way to rapidly scaffold a laravel application

268 4
igaster/laravel-theme

Laravel Themes: Asset & Views folder per theme. Theme inheritance. Blade integra...

1,263,205 515
jeroen-g/laravel-packager

A cli tool for creating Laravel packages.

739,633 1,371