From 01ce2bb08def2d9166781a300e6c756aea804279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abdulrahman=20=E2=98=95=EF=B8=8F?= Date: Mon, 30 Jul 2018 22:26:58 +0300 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 270822a..5624cdc 100644 --- a/README.md +++ b/README.md @@ -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() @@ -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 +