cemaytan/quotes

There is no license information available for the latest version (v1.0.6) of this package.

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/cemaytan/quotes

v1.0.6 2022-09-28 13:44 UTC

This package is auto-updated.

Last update: 2025-09-28 20:25:53 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.