cviebrock / eloquent-taggable

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

CreateTaggableTable gets republished each time a migration from a different library is published #106

Closed Scaenicus closed 4 years ago

Scaenicus commented 4 years ago

Reproduce

cviebrock commented 4 years ago

Yeah, I made some changes to the migration code. In short, if you are just upgrading from an old version, and already have the required tables/migrations, you can skip the artisan vendor:publish step. That would only apply to new installs.