cemaytan / quotes
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/cemaytan/quotes
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.