Laravel api paginate как получить только next_page_url - PullRequest
0 голосов
/ 06 мая 2018

return Category::paginate(15) With Laravel how to make paginate api return only next_page_url without LAST_PAGE and prev_page_url`

Я пытался unset($categories->last_page);

поставить его доза не работает

...