Skip to content

Instantly share code, notes, and snippets.

View davzie's full-sized avatar

David Thorpe davzie

View GitHub Profile
@davzie
davzie / EloquentPaginationStation.php
Created June 18, 2019 08:45
Eloquent / Fractal Pagination Station
<?php
namespace App\Pagination;
use Illuminate\Database\Eloquent\Builder;
use League\Fractal\TransformerAbstract;
class EloquentPaginationStation extends PaginationStation
{