Releases: Tucker-Eric/EloquentFilter
Releases · Tucker-Eric/EloquentFilter
0.2.2
- Joined relations are now use the filter defined in the
modelFilter()
method on the related model - Less composer dependencies
0.2.1
Added new push()
method
ServiceProvider is now optional
Still backwards compatible with 0.1.~ but added functionality to not require a service provider or config file.
Add Support For Global Method
Added support for global()
method and the option to not drop _id
from input before calling the method allowing bothattribute()
and attributeId()
methods
0.1.1
$query->paginateFilter()
or $query->paginateSimpleFilter()
in place of the $query->paginate()
method to keep your query string in tact when you call {!! $pages->render() !!}
0.1.0
initial commit