gmsantos/inspiring

Alternative inspiring quotes for Laravel

Maintainers

Package info

github.com/gmsantos/inspiring

pkg:composer/gmsantos/inspiring

Statistics

Installs: 8 539

Dependents: 0

Suggesters: 0

Stars: 18

Open Issues: 2

v3.0.4 2021-04-01 07:39 UTC

This package is auto-updated.

Last update: 2026-03-06 21:15:00 UTC


README

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

Edit your routes/console.php

<?php

//use Illuminate\Foundation\Inspiring;
use Gmsantos\Inspiring;

/*
|--------------------------------------------------------------------------
| Console Routes
|--------------------------------------------------------------------------

Then run php artisan inspire and have fun! :)

Laravel 5.x support

For Laravel 5 support, see v2.x branch.