Dymantic / laravel-instagram-feed

150 stars 51 forks source link

A new migration file is created everytime I run "php artisan vendor:publish" #2

Closed corbancode closed 4 years ago

corbancode commented 4 years ago

A new copy of the migration file is created every time I run php artisan vendor:publish which throws an error when I run migration. This is because a migration file has been created before with the class.

michaeljoyner commented 4 years ago

Hi @olakulehinayomide thanks for the help. I see the issue and I'll fix it tomorrow morning, unless you send a PR before that.

corbancode commented 4 years ago

Thanks for your response @michaeljoyner. I created a PR already.