I am using Eloquent together with Laravel 4\'s Pagination class.
Problem: When there are some GET parameters in the URL, eg: http://site.com/u
http://site.com/u
Not append() but appends() So, right answer is:
append()
appends()
{!! $records->appends(Input::except('page'))->links() !!}