mehdi-fathi / eloquent-filter

Eloquent Filter is a package for filter data of models by the query strings. Easy to use and fully dynamic.
https://mehdi-fathi.github.io/eloquent-filter/
MIT License
436 stars 42 forks source link

Added laravel 9 support #187

Closed frankyso closed 2 years ago

frankyso commented 2 years ago

Hi @mehdi-fathi, I really appreciate your hard work on this package, since I need this package on my new project, I'm contributing the update on this package for laravel 9. please check. thank you so much.

mehdi-fathi commented 2 years ago

@frankyso
I accepted your merge while laravel 9 was released recently. Thus some package composer is not working with others well. for example: laravie/query-filter version dev-master is not stable yet. Therefore we should wait more time for other developers so that they fix them.

Thanks for this merge