Tucker-Eric / EloquentFilter

An Eloquent Way To Filter Laravel Models And Their Relationships
http://tucker-eric.github.io/EloquentFilter
MIT License
1.72k stars 120 forks source link

Max and min age #101

Closed theprobugmaker closed 5 years ago

theprobugmaker commented 5 years ago

I have a birthday data field in the database and I wanted to accept ?min_age=18&max_age=64, so I was wondering, how can I filter like that using birthday as data but the query param as integer?

UtkuDalmaz commented 3 years ago

I have this same problem. How did you solve it?