Support the ongoing development of Laravel.io →

EdisonLV

Joined 20 May 2015

Statistics

Threads 1
Replies 5
Solutions 0
Articles 0

Pagination of query string that contains an array

$listings->appends(Request::query())->render() if query contains array than pagination messes...

0 Likes
10 Replies
replied 9 years ago

Pagination of query string that contains an array

Could this be an issue of this transformation? https://github.com/illuminate/pagination/commit/25c7e...

0 Likes
replied 10 years ago

Pagination of query string that contains an array

this is what I get from the form array(3) { ["type"]=> array(1) { [0]=> string(1) &q...

0 Likes
replied 10 years ago

Pagination of query string that contains an array

array(2) { ["type%5B0%5D"]=> string(1) "5" ["page"]=> string(1)...

0 Likes
replied 10 years ago

Pagination of query string that contains an array

thanks for the reply! it still does url-encoding, but now it does it only once (type%255B0%255D=5&am...

0 Likes
replied 10 years ago

Pagination of query string that contains an array

the problem is that my query string is dynamic... the code from the 1st post worked great in laravel...

0 Likes

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.

© 2025 Laravel.io - All rights reserved.