cviebrock / eloquent-taggable

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

enables usage of different Tag model #53

Closed freitberger closed 6 years ago

freitberger commented 7 years ago

Thank you for this package, we required a different tag model, to connect to individual DBs. would be awesome if this fork could be merged. thanks a lot, felix

cviebrock commented 7 years ago

If you just need to use a different database for the Tag model, this is supported in the connection option.

Can you suggest a case where using a completely different model would be useful? I'm not opposed to this PR ... just trying to wrap my head around how it could be used.

Thanks!

cviebrock commented 6 years ago

Thanks!