$listings->appends(Request::query())->render() if query contains array than pagination messes...
Could this be an issue of this transformation? https://github.com/illuminate/pagination/commit/25c7e...
this is what I get from the form array(3) { ["type"]=> array(1) { [0]=> string(1) &q...
array(2) { ["type%5B0%5D"]=> string(1) "5" ["page"]=> string(1)...
thanks for the reply! it still does url-encoding, but now it does it only once (type%255B0%255D=5&am...
the problem is that my query string is dynamic... the code from the 1st post worked great in laravel...
The Laravel portal for problem solving, knowledge sharing and community building.
The community