When we use paginator, the page URLs look like this
http://localhost/?page=1
But we want URLs like this
http://localhost/page/1
The Laravel 4.2 now is still no support this functions. According to Laravel Paginator Pretty URLs ,I do it myself.
继续阅读