Skip to content

Releases: Tucker-Eric/EloquentFilter

0.2.2

23 Jun 19:03
Compare
Choose a tag to compare
  • Joined relations are now use the filter defined in the modelFilter() method on the related model
  • Less composer dependencies

0.2.1

10 May 23:40
Compare
Choose a tag to compare

Added new push() method

ServiceProvider is now optional

29 Mar 18:14
Compare
Choose a tag to compare

Still backwards compatible with 0.1.~ but added functionality to not require a service provider or config file.

Add Support For Global Method

15 Mar 22:01
Compare
Choose a tag to compare

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

09 Mar 19:07
Compare
Choose a tag to compare

$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

04 Mar 22:40
Compare
Choose a tag to compare
initial commit