Skip to content
This repository was archived by the owner on Apr 2, 2020. It is now read-only.

Commit 01ce2bb

Browse files
authored
Update README.md
1 parent abbc808 commit 01ce2bb

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
1+
2+
3+
![laravel-query-reset](https://i.imgur.com/iqraynn.jpg)
4+
5+
6+
7+
[![Latest Version on Packagist][ico-version]][link-packagist]
8+
[![Software License][ico-license]](LICENSE.md)
9+
10+
111
## Introduction
212
Clear previously set statements in Laravel query builder/Eloqent builder easily.
313

14+
415
## Features
516
- Support most of query builder statemets. (where, limit, order etc..)
617
- Intuitive, just type ->reset{..} followed by the statement name like: resetLimit()
@@ -55,3 +66,13 @@ if you're using statements in your relations defining methods or using built in
5566
## License
5667

5768
This package is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).
69+
70+
## Credits
71+
- [All Contributors][link-contributors]
72+
73+
74+
[ico-version]: https://img.shields.io/packagist/v/awssat/laravel-query-reset.svg?style=flat-square
75+
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
76+
[link-packagist]: https://packagist.org/packages/awssat/laravel-query-reset
77+
[link-contributors]: ../../contributors
78+

0 commit comments

Comments
 (0)