codetyme / inspire
Technology is best when it brings people together.
Installs: 50
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/codetyme/inspire
Requires
- guzzlehttp/guzzle: ^7.0.1
This package is auto-updated.
Last update: 2025-12-11 20:47:17 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.