Answer the question
In order to leave comments, you need to log in
Get parent in Eager Loading in Laravel?
Let's load posts with comments and their votes
$posts = App\Post::with(['comments.votes' => function($query) {
// Как здесь получить комментарий, к которому принадлежит голос?
}])->get();
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question