Skip to content

Instantly share code, notes, and snippets.

@ctf0
ctf0 / paginate.php
Last active October 20, 2021 01:05 — forked from vluzrmos/paginate.php
Laravel Paginate Collection or Array
<?php
// use Illuminate\Support\Collection;
// use Illuminate\Pagination\Paginator;
// use Illuminate\Pagination\LengthAwarePaginator;
/**
* Gera a paginação dos itens de um array ou collection.
*
* @param array|Collection $items