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() }}
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community