Support the ongoing development of Laravel.io →
Requests Input Database
Last updated 2 years ago.
0

You'll need to capture all your input (using maybe Input::all()?) and when you render your pagination links, you just need to append that input like so:

Assuming you've paginated your results already, and you need to keep the filtering on the pagination, it could look something like this:

{{ $gallery->append($input)->links() }}
Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

marlond marlond Joined 24 Jun 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.