matiasmuller/laravel-searches

Manage DB queries very easily using simple search classes similar to form requests

dev-master 2021-04-30 17:10 UTC

This package is auto-updated.

Last update: 2024-09-29 05:56:09 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.