Closed
Description
When using custom $pageName for pagination ($items->setPageName('custom_page_parameter')
) links are not working, more details here:
http://stackoverflow.com/questions/29035006/laravel-5-pagination-wont-move-through-pages-with-custom-page-name/29035577
Bug is here: https://github.com/illuminate/pagination/blob/master/PaginationServiceProvider.php#L21 "page"
is hardcoded so for now it's impossible to use custom $pageName
.
Metadata
Metadata
Assignees
Labels
No labels