rtconner / laravel-tagging

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

Most used #127

Closed vool closed 7 years ago

vool commented 7 years ago

hi, Is there (an easy) way to get tags sorted use count. ie get the 10 most popular tags ?

Keith

vool commented 7 years ago

Duh,

Tag::all()->sortBy('count');