mehdi-fathi / eloquent-filter

Eloquent Filter is a package for filter data of models by the query strings. Easy to use and fully dynamic.
https://mehdi-fathi.github.io/eloquent-filter/
MIT License
436 stars 42 forks source link

Missing f_params[offset] #163

Closed gregoirer closed 3 years ago

gregoirer commented 3 years ago

Hello, As we have a params for the limit, it misses a parameter for the offset ("skip" eloquent feature). This feature will be great. Thanks and regards.

mehdi-fathi commented 3 years ago

@gregoirer Hello, skip feature is not practical.