But the paginate() method does exist.
Nov 23, 2015
3
Level 4
Updating Pagination Documentation?
The Laravel 5.1 documentation for Pagination seems to be out of date, with methods that are no longer available (ex., paginate()), and new methods that seem to have taken it's place (ex., limit()->skip()->get()). Are there plans to update the documentation in the near future?
I've already pivoted to the new pagination methods (using limit()->skip()->get()), but thought it may be good to update the documentation for new Laravel programmers looking to implement pagination. Though, it would be good to ensure that I've implemented the changes correctly.
Level 41
1 like
Please or to participate in this conversation.