tanseercena / laravel-quotes
A Laravel package which provides quotes.
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/tanseercena/laravel-quotes
Requires
- guzzlehttp/guzzle: ^6.3.3
This package is auto-updated.
Last update: 2025-10-09 03:16:34 UTC
README
This package allows you get quotes in Artisan command or get quotes in your laravel application.
WARNING: The package is still under development so try to not use in production.
Installation
Laravel 5+ and Composer are required.
Installation using composer:
composer require tanseercena/laravel-quotes
And if required then add the service provider in config/app.php
:
Tanseercena\Quotes\QuotesServiceProvider::class,
Usage in Artisan
php artisan quote
TODO
Contributing
Please feel free to fork this package and contribute by submitting a pull request to enhance the functionalities.
Don't forget to follow me on twitter!
License
The MIT License (MIT). Please see License File for more information.