I just released a new open-source PHP package called Filterable, aimed at Laravel developers who want to simplify adding filterable queries to their Eloquent models. The package makes it easy to integrate filtering capabilities into any Laravel application, allowing for cleaner and more maintainable code when handling complex user-driven query conditions.
Filterable is designed to be straightforward and flexible. It provides a neat way to separate filtering logic from your controllers and models, so you can keep your codebase clean and focused.
Here are some of the features: - Easy setup with minimal configuration. - Supports a wide range of filtering strategies. - Integrates seamlessly with Laravel's existing Eloquent models.
I believe this could be a useful tool for many developers working with Laravel and Eloquent. I'd love to get your feedback, contributions, or any suggestions for improvements.
Check out the project on GitHub: [Filterable on GitHub](https://github.com/Thavarshan/filterable)
Looking forward to hearing what you think!