Laravel 7: How do I return Eloqent Models instead of an array when using LengthAwarePaginator?

后端 未结 0 1955
忘了有多久
忘了有多久 2020-12-05 07:30

Some Context

I have a page where I need to show a paginated list of posts. Before now, my controller was:

$posts = Post::whereNotNull(\'published_at\         


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