You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting a basic filtering on a model, in doing so I'm applying ->simplePaginateFilter() or ->paginateFilter() and neither seem to work. I get an error Call to undefined method Illuminate\Database\Eloquent\Builder::simplePaginateFilter()
Laravel: 10.0
PHP Ver: 8.2
EloquentFilter Ver: Latest (3.3)
Problem:
I am attempting a basic filtering on a model, in doing so I'm applying
->simplePaginateFilter()
or->paginateFilter()
and neither seem to work. I get an errorCall to undefined method Illuminate\Database\Eloquent\Builder::simplePaginateFilter()
Code Examples:
Error Returned:
Call to undefined method Illuminate\Database\Eloquent\Builder::simplePaginateFilter()
Potential Documentation Bug?
When I chain
->paginateSimple()
to the query, it works without issue.The text was updated successfully, but these errors were encountered: