Kyslik / laravel-filterable

Laravel 5/6/7 package to handle filtering by query-string
MIT License
116 stars 34 forks source link

Add make filter command #5

Closed rosswilson252 closed 6 years ago

rosswilson252 commented 6 years ago

This will add an artisan command to create a new filter. It has the option to specify what type of filter and the ability to override the default namespace for filter classes in the config.

Kyslik commented 6 years ago

I will check this out soon! :) Thank you for your contribution.