Looking to hire Laravel developers? Try LaraJobs

laravel-query-filters maintained by dallanj

Description
A composable, allowlist-based filtering pipeline for Laravel Eloquent queries.
Author
Last update
2026/08/26 22:55 (dev-main)
License
Downloads
206

Comments
comments powered by Disqus

A composable, allowlist-based filtering pipeline for Laravel Eloquent queries.

Installation

You can install the package via Composer:

composer require dallanj/laravel-query-filters

You may publish all of the package's resources at once:

php artisan vendor:publish --tag="laravel-query-filters"

Or, you may publish each resource individually:

Usage

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Thank you for considering contributing to Laravel Query Filters! Please review our contributing guide to get started.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

Laravel Query Filters is open-sourced software licensed under the MIT license.