Skip to content
Eustáquio Rangel edited this page Aug 16, 2013 · 2 revisions

Previous: Scopes - Next: Factories

Pagination

Simple pagination works with the paginate method, where we need to specify the page number and the limit by page, like

$page = 1;
$tickets = $user->tickets->paginate($page,5);

Previous: Scopes - Next: Factories

Clone this wiki locally