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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abdumu authored Jul 30, 2018
1 parent abbc808 commit 01ce2bb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@


![laravel-query-reset](https://i.imgur.com/iqraynn.jpg)



[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)


## Introduction
Clear previously set statements in Laravel query builder/Eloqent builder easily.


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

This package is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

## Credits
- [All Contributors][link-contributors]


[ico-version]: https://img.shields.io/packagist/v/awssat/laravel-query-reset.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[link-packagist]: https://packagist.org/packages/awssat/laravel-query-reset
[link-contributors]: ../../contributors

0 comments on commit 01ce2bb

Please sign in to comment.