Support the ongoing development of Laravel.io →
posted 8 years ago
Input
Last updated 1 year ago.
0

Hey @smartrahat.

You have to append the extra parameters to the pagination.

$invoices->appends(Input::except('page'))

That will append all the parameters except "page", that is already included.

Hope this make sense.

Last updated 8 years ago.
0

Thank you very much. It works perfectly. I used it in my view page. like this:

{!! $invoices->appends(Input::except('page'))->render() !!}
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.