sloth-dev-guy/searches

Perform searches with Eloquent models using an array-like API setup

0.1 2022-08-15 15:04 UTC

This package is auto-updated.

Last update: 2024-04-23 11:24:58 UTC


README

Are you tired of write if, where and join statements in all your search methods as if tomorrow never comes, then this might be a solution for you!

Perform searches with Eloquent models using an array-like API setup.

This library is just a query-builder translator, so in the end it uses exactly the same methods.