Skip to content

Releases: roaatech/laravel-extras

V1.0.0

08 Mar 19:48

Choose a tag to compare

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.

Minor changes in v0.1.1

10 Jun 03:08

Choose a tag to compare

Enhancing the presenter prepared methods, presenter collections, and more.

Version 0.1

11 Apr 20:51

Choose a tag to compare

In this release, the observers, presenters, validations, and other components are packaged.