cemaytan / quotes
There is no license information available for the latest version (v1.0.6) of this package.
v1.0.6
2022-09-28 13:44 UTC
README
Install via Composer
composer require cemaytan/quotes
Register package service provider
Go to config/app.php and add the given service provider.
\CemAytan\Quotes\QuoteServiceProvider::class
Publish config file
You can change quotes by using this config file at config/quotes.php.
php artisan vendor:publish
Usage
Call the quotes component in any blade view you want. Don't forget to specify uri on the config file.
<x-package-quote-list/>
Caution
Make sure you get the api key by the Quotes API and saved it to the published config file.