-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tanseer UL Hassan
authored and
Tanseer UL Hassan
committed
Dec 8, 2019
1 parent
4803c3d
commit cb4aff3
Showing
2 changed files
with
39 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,37 @@ | ||
# laravel-quotes | ||
# Laravel Quotes Package | ||
|
||
>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](https://laravel.com/) 5+ and [Composer](https://getcomposer.org) are required. | ||
|
||
Installation using composer: | ||
|
||
``` | ||
composer require tanseercena/laravel-quotes | ||
``` | ||
And if required then add the service provider in `config/app.php`: | ||
|
||
```php | ||
Tanseercena\Quotes\QuotesServiceProvider::class, | ||
``` | ||
|
||
## Usage in Artisan | ||
```bash | ||
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](https://twitter.com/tanseercena)! | ||
|
||
## License | ||
|
||
The MIT License (MIT). Please see [License File](LICENSE.md) for more information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters