Support the ongoing development of Laravel.io →
Configuration Database Eloquent
Last updated 1 year ago.
0

I have found the setPageName() method but how can I use it ?

this is my current code

return $sites->paginate($perPage)->sortBy('url_ftp');

Last updated 1 year ago.
0

In controller put this BEFORE the paginate(): Paginator::setPageName('my_custom_pagination_name');

In view put this BEFORE links(): Paginator::setPageName('my_custom_pagination_name');

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

matiux matiux Joined 28 Feb 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.