Laravel this is not only a practical framework, it is also a programming style
I have a model stored in a variable like:
$user = User::where('name', 'like', $test) ->orderBy('name');
I would like to build another query where I can join $user. Can't find the right syntax to do it.
$user
Aucun commentaire:
Enregistrer un commentaire