Laravel Pagination with pretty urls than query string

天大地大妈咪最大 提交于 2019-12-07 23:00:44
Danushka Gunawardena

Okay problem solved , now pretty pagination urls for Laravel is working and here is the solution.

i added the getByPage method into the relevant model class posted in the following link (Credit goes to him)

and called $this->user->getByPage($page, $limit); in the Routes ,

There we have Pretty pagination URLs !

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!