rtconner / laravel-tagging

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

How to make Tag Cloud? #18

Closed fer-ri closed 10 years ago

fer-ri commented 10 years ago

Hi,

any idea how to make Tag Cloud based on specific type?

thanks

rtconner commented 10 years ago

Probably run a find from the tags table using the Tag model.