【发布时间】:2016-01-12 12:35:27
【问题描述】:
我在 Laravel 4 中进行了搜索。搜索 sh 后,我的网址是这样的:
http://localhost/musiter/product/search-products/24?query=sh
我那里也有分页,但例如第二个链接的分页是:
http://localhost/musiter/product/search-products/24?page=2
代替:
http://localhost/musiter/product/search-products/24?query=sh&page=2
有什么办法解决这个问题?
【问题讨论】: