Level 17
It's now render() instead of links(). More info about the paginator here https://laracasts.com/discuss/channels/general-discussion/laravel-5-paginator-chunk-error
Using {!! $items->links() !!} in a fresh 5.0 installation I get the following error:
UndefinedMethodException in ... Attempted to call method "links" on class "Illuminate\Pagination\Paginator"
What happened to this feature?
Must I load a package?
It's now render() instead of links(). More info about the paginator here https://laracasts.com/discuss/channels/general-discussion/laravel-5-paginator-chunk-error
Please or to participate in this conversation.