This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 |