OFFLINE-GmbH / octobertricks.com

October CMS resources and help articles
https://octobertricks.com
MIT License
40 stars 17 forks source link

Show trick count for tag and topic lists #21

Closed LarryBarker closed 4 months ago

LarryBarker commented 4 years ago

How can we show the count of tricks in the tag and topic lists? I tried returning Tag::withCount('tricks') in the TagList component. I am getting an error: image

tobias-kuendig commented 4 years ago

Looks like the tricks relationship on the Tag model is delcared wrong. That should be a belongsToMany instead of hasMany.