php artisan make:filter is avaliable.$allowedFilters was renamed to $filterables.Filterable::getFilterable was renamed to Filterable::getFilterablesHasFilter was moved to Concerns\HasFilter;Filterable interface should be used in Model Filter class instead of on a model.withFilter method was added in Concerns\HasTraitLaravelLegends\EloquentFilter\Contracts\Filterable interface added.Searchable to LaravelLegends\EloquentFilter\Contracts\ApplicableFilter.getRulesFromRequest, restrict, unrestricted from Filter.Filter::from methodapply and getCallback methods accepts Request instance or array as argument.year_max, year_min and year_exact rules.filterRestrictions was removed. Use allowedFilters property or implement Filterable interface on your model instead of.Searchable interface.How can I help you explore Laravel packages today?