Level 75
Jan 18, 2016
1
Level 4
Laravel 5.0 custom pagination
Hi, I tried to use a custom pagination of a collection in Laravel 5.0 .
$items = new \Illuminate\Pagination\Paginator($items, 7);
$items->setPath(route('getHome');
I have a problem. On every page i get back the same 7 $items infinitly. How could i resolve this problem? Somebody used a custom Paginator in Laravel 5.0 ?
Please or to participate in this conversation.