We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
c6b8359
There was an error while loading. Please reload this page.
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.
762d93a
Enhancing the presenter prepared methods, presenter collections, and more.
24e4ea7
In this release, the observers, presenters, validations, and other components are packaged.