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

in your view where you display pagination...

{{ $results->appends(Request::except('page'))->links() }}

appends keeps the query string value except "page". not sure if it will work with post, but this is what i use for get. i hope this gives you a direction to check for a solution

0

w1n78 said:

in your view where you display pagination...

{{ $results->appends(Request::except('page'))->links() }}

appends keeps the query string value except "page". not sure if it will work with post, but this is what i use for get. i hope this gives you a direction to check for a solution

Thanks bro!

0

Sign in to participate in this thread!

Eventy

Your banner here too?

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.