abbasudo/laravel-purity
Laravel Purity adds elegant filtering and sorting to Eloquent queries. Just call filter() on a model query, then let clients apply complex conditions via URL query parameters (e.g., filters[title][$contains]=...). Great for clean, flexible APIs.
By default, purity silences its own exceptions. to change that behavior change the silent index to false in the config file.
// configs/purity.php
'silent' => false,
How can I help you explore Laravel packages today?