rtconner / laravel-tagging

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

Update Taggable.php adding existing in groups #111

Closed elbakly closed 8 years ago

elbakly commented 8 years ago

Added existingTagsInGroup Funtion Take array with groups name ["GroupA","GroupB"] and return Tags in those groups example Student::existingTagsInGroups(["basket-ball","foot-ball"]); result is collection of tags ["Playmaker","Defenders",etc..]