abdurrazaq/laravel-inspire

Motivational African quotes that keeps you alive and active when coding

dev-master 2019-01-10 20:39 UTC

This package is auto-updated.

Last update: 2025-06-12 21:08:11 UTC


README

##Installation Include this package via Composer:

composer require abdurrazaq/laravel-inspire

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 Abdurrazaq\Inspire\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 Abdurrazaq\Inspiring;;

Then run php artisan inspire and be inspired! :)