abbasudo/laravel-purity
Laravel Purity adds elegant filtering and sorting to Eloquent queries via a simple filter() method. Let frontend users drive complex query conditions using URL query string parameters (e.g., filters[title][$contains]=Purity), with minimal boilerplate.
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?