laravel-searches maintained by matiasmuller
Laravel Searches
Manage DB queries very easily in Laravel using simple search classes similar to form requests.
Table of Contents
Getting Started
Note: If you think this documentation can be improved in any way, please edit this file and make a pull request.
1. Install Laravel Searches
Run this at the command line:
composer require matiasmuller/laravel-searches
This will update composer.json and install the package into the vendor/ directory.