rtconner / laravel-tagging

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

Get all tags that belong to a user #63

Closed syropian closed 9 years ago

syropian commented 9 years ago

I noticed none of the tag tables have an associated user_id key or anything. What's the best way to fetch all tags that were created by a specific user?

rtconner commented 9 years ago

This is not a feature that I want to support with this library. Too much overhead on tracking that.

Kyslik commented 9 years ago

I would like to track tags per user as well. Can you at least point out which methods to override?

jasondavis commented 8 years ago

perhaps this could be forked and modified for multi user tagging. My use case has Bookmark models which need to have all the tagging capabilities this library has but only for the current logged in user so each user has its own set of tags

rtconner commented 8 years ago

perhaps this could be forked and modified for multi user tagging

It's an open source library. You are encouraged to do so.