matiasmuller / laravel-searches
Manage DB queries very easily using simple search classes similar to form requests
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
pkg:composer/matiasmuller/laravel-searches
Requires
- php: >=5.4|~7.0
This package is auto-updated.
Last update: 2025-09-29 02:22:22 UTC
README
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.