Paginate Laravel Relation

后端 未结 0 997
深忆病人
深忆病人 2021-02-02 18:08

I have two tables let\'s say posts and comments with Post and Comment Model.

Post.php

public function comments(){
    return $this->belongsToMany(Comment::cla         


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