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.
Install the package via composer by this command:
composer require abbasudo/laravel-purity
Get configs (configs/purity.php) file to customize the package's behavior by this command:
php artisan vendor:publish --tag=purity
How can I help you explore Laravel packages today?