Skip to content

Instantly share code, notes, and snippets.

View webmaster-z1lab's full-sized avatar
🏠
Working from home

z1lab webmaster-z1lab

🏠
Working from home
View GitHub Profile
@vluzrmos
vluzrmos / paginate.php
Created July 20, 2016 14:31
Laravel Paginate Collection or Array
<?php
/**
* Gera a paginação dos itens de um array ou collection.
*
* @param array|Collection $items
* @param int $perPage
* @param int $page
* @param array $options
*
* @return LengthAwarePaginator