shlogg · Early preview
Paul Redmond @paulredmond

Laravel Filterable Package: Dynamic Filtering And Caching

Filterable Laravel package by Jerome Thayananthajothy enhances queries with dynamic filtering, caching & user-specific filters. Define filter classes to apply filtering to Eloquent queries.

Filterable is a Laravel package by Jerome Thayananthajothy that enhances Laravel queries with adaptable, customizable filters and intelligent caching to improve both performance and functionality.
The main features of this package include:
Dynamic Filtering: Apply filters based on request parameters with ease.
Caching: Improve performance by caching query results.
User-specific Filtering: Easily implement filters that depend on the authenticated user.
Custom Filter Methods: Extend the class to add your own filter methods.
Defining Filter classes is at the center of this package, where you can...