codetyme / inspire
There is no license information available for the latest version (1.0.1) of this package.
Technology is best when it brings people together.
1.0.1
2022-10-10 11:10 UTC
Requires
- guzzlehttp/guzzle: ^7.0.1
This package is auto-updated.
Last update: 2026-03-11 21:17:13 UTC
README
Laravel best quotes package.
Requirements
PHP: ^7.3 or ^8.0
Laravel Framework
Quick Installation
composer require codetyme/inspire:"^1.0"
Configuration
Now, open the config/app.php file and scroll down to the providers array. In that array, there should be a section for the package service providers.
Add the following line of code in that section:
/* * Package Service Providers... */ Codetyme\Inspire\Providers\InspirationProvider::class,
How to use
In your controller
public static function Quotes(\Codetyme\Inspire\Inspire $inspire){
return $inspire->justQuote();
}
License
The MIT License (MIT). Please see License File for more information.