lehel's avatar

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 ?

0 likes
1 reply

Please or to participate in this conversation.