Du kan opnå det ønskede resultat ved at bruge:
$posts = Post::withCount('upvotes')
->having('upvotes_count', '>', 5)
->get();
Du kan opnå det ønskede resultat ved at bruge:
$posts = Post::withCount('upvotes')
->having('upvotes_count', '>', 5)
->get();