Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.27 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.27 KB

Laravel Quotes Package

This package allows you get quotes in Artisan command or get quotes in your laravel application.

License Monthly Downloads Daily Downloads

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.