I am implementing multiple pagination in laravel 5. I know it could be achieved by using setPageName() as refer from Laravel 5 pagination, won't move through pages with custom page name
I know the issue already been resolved in 5.1. So I've updated my laravel by changing the laravel version in composer.json from "laravel/framework":5.0 to 5.1.10 and run composer update.
But the problem still exist. I can't set any page name for the page and the problem is exactly same in the link i've posted above. Only if i put the SetPageName('page') it will work perfectly.
Am I missing out something after I run the composer update ?