An elegant way to filter and sort queries in Laravel
Laravel Purity is a filtering and sorting package designed for Laravel, offering a solution to simplify the process of filtering and sorting data in Eloquent queries. By introducing the filter() function to Eloquent queries, users can easily implement filtering based on URL query string parameters.
To install Laravel Purity, follow these steps:
composer require abbasudo/laravel-purity
filter()
function to your Eloquent queries.Laravel Purity is a valuable package for Laravel developers looking to streamline the filtering and sorting process in their applications. With its simple implementation and ability to utilize URL query string parameters for filtering, Purity offers a convenient solution for managing complex data queries. Additionally, the package provides security guidelines for reporting any potential security issues, highlighting its commitment to user safety.