cviebrock / eloquent-taggable

Easily add the ability to tag your Eloquent models in Laravel.
MIT License
559 stars 72 forks source link

Groups or Type? #81

Closed jerauf closed 6 years ago

jerauf commented 6 years ago

I'd like to be able to tag two types of content with a specific set of tags for each. That would mean that a tag would be available for Content Type A but not for Content Type B.

How can I do that?