Skip to content

Adds pagination support

Compare
Choose a tag to compare
@fourstacks fourstacks released this 19 Apr 20:56

The collection method can now accept a paginator instance. Instances of both Paginator and LengthAwarePaginator are supported as well as custom paginators that extend AbstractPaginator and implement Arrayable.

Big thanks to @ycs77 for the PR for this feature