Support the ongoing development of Laravel.io →
Requests Database Eloquent
Last updated 2 years ago.
0

to get picture count you might wanna try

$label->pictures()->count(); // notice the brackets on the relationship

this will do a "select count(*) as aggregate from ....."

Last updated 7 years ago.
0

I think that doesn't solve my usecasse. I would get counts for all pictures but I just want to count the number of labels for picture ids 7 and 12 (in this example).

Did I miss something?

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.