We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Previous: Scopes - Next: Factories
Simple pagination works with the paginate method, where we need to specify the page number and the limit by page, like
paginate
$page = 1; $tickets = $user->tickets->paginate($page,5);