How can i paginate laravel collection?

前端 未结 0 549
孤城傲影
孤城傲影 2021-01-14 05:20

here is how i trying to paginate:

$posts = Post::all()->sortByDesc("created_at")->pagination(1);

but i get this error:

相关标签:
回答
  • 消灭零回复
提交回复
热议问题