I'm trying to get the books where the authors are from a specific country, for now my query looks like this :
$books->with('author')->where('country', '=', 'FR');
but the where is applied to books and not to authors
any help ?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire