gmsantos / inspiring by gmsantos

Alternative inspiring quotes for Laravel 5
7,659
18
3
Package Data
Maintainer Username: gmsantos
Maintainer Contact: gabriel.ms1@hotmail.com (gmsantos)
Package Create Date: 2015-06-10
Package Last Update: 2021-04-06
Home Page:
Language: PHP
License: GPL-2.0+
Last Refreshed: 2024-04-15 15:17:03
Package Statistics
Total Downloads: 7,659
Monthly Downloads: 9
Daily Downloads: 0
Total Stars: 18
Total Watchers: 3
Total Forks: 6
Total Open Issues: 2

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.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 Gmsantos\Inspiring;

Then run php artisan inspire and have fun! :)