Skip to content

Adds support for Illuminate Simple Paginator

Latest
Compare
Choose a tag to compare
@specialtactics specialtactics released this 09 Feb 17:20
c0c73cb

Adds support and flow through to the new Fractal Adapter for Simple Paginate. This is useful for performance reasons, if you want to avoid the extra select count(*) query which the default LegthAwarePaginator does in Laravel.

There are no public API changes as part of this release, you may simply pass the different paginator type to the paginate() response function as normal.

#60