I would know if it is possible to get the first element of communication with Eloquent.
This does not work:
$posts = Post::with(['medias' => function($q) { $q->where('type', 'landscape')
This is a one-to-many relationship.
Thank you in advance!
source share