This is what I've done in the past. There might be a more streamlined approach:
parse_str ( $_SERVER['QUERY_STRING'], $querystring );
unset($querystring['page']);
$content->pagination->appends($querystring)->links();
Please read the docs..Its in there.. http://laravel.com/docs/pagination#appending-to-pagination-links
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community