sloth-dev-guy/searches

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

0.2.1 2024-11-18 13:36 UTC

This package is auto-updated.

Last update: 2024-11-18 13:39:49 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.