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
LARAVEL 5
The view must contain something like:
{!! $myItems->appends(Input::except('page'))->render() !!}