Skip to content

V1.0.0

Latest
Compare
Choose a tag to compare
@mhh1422 mhh1422 released this 08 Mar 19:48

A new presenter class is added for enhanced presenter pagination

Usage:

$paginator = \ItvisionSy\LaravelExtras\Presenter\Paginator::make($query);

This will return a paginator object which will return the presenters instead of the original models.