rtconner / laravel-tagging

Tag support for Laravel Eloquent models - Taggable Trait
MIT License
882 stars 168 forks source link

count of each tag #98

Closed n1crack closed 8 years ago

n1crack commented 8 years ago

How to show item count of each tag with eager loading ?

any tips ?

rtconner commented 8 years ago

I think Article::with('tag', 'tagged')->first()->tags->get(0)->count;