EloquentFilter Versions Save

An Eloquent Way To Filter Laravel Models And Their Relationships

1.2.0

6 years ago

Provides support for Lumen

1.1.2

7 years ago

Filter out null input to support L5.4

1.1.1

7 years ago

Change method used to paginate for L5.4 and backwards compatibility.

1.1.0

7 years ago

Update with Laravel 5.4 compatibility

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.3.0

7 years ago
  • whereLike($col, $val) method added
  • whereBeginsWith($col, $val) method added
  • whereEndsWith($col, $val) method added

0.2.2

7 years ago
  • Joined relations are now use the filter defined in the modelFilter() method on the related model
  • Less composer dependencies

0.2.1

8 years ago

Added new push() method