[feature request]: support pagination response for Collection::pageFor() generated page
Open
- Dominant language
- PHP
- Stars
- 9.4k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
sometime I may fetch a list from many table then do the pagination, that can't be done with Eloquent's paginate() method. so I do with Collection::pageFor(). and it will be good if the response the support this kind of pagination as well.
Contributor guide
Assessment
This issue has not been assessed yet.