Laravel 5.1 specifing current page for pagination

后端 未结 3 670
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-15 04:36

Been working on this for far too long with no results. I have tried.

`\\Illuminate\\Pagination\\Paginator::setCurrentPage($current_page);`

3条回答
  •  执笔经年
    2020-12-15 05:32

    for those people who using api and they want to specify the current page in api, they can use extra parameter like this:

    getProducts?page=3

提交回复
热议问题