Laravel this is not only a practical framework, it is also a programming style
Please guide me,
How can I get all users in Laravel, who has posted at least single post. And skip who has not posted any posts.
I am trying this. But it is getting All users.
$users = User::with('post')->get();
Aucun commentaire:
Enregistrer un commentaire