Skip to content

Instantly share code, notes, and snippets.

View xanaDev's full-sized avatar
🏠
Working from home

Elhaj Abid xanaDev

🏠
Working from home
  • Plogg
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