You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but in the service provider class CampaignsServiceProvider the configurePackage method already instructs the application to run the migration from the vendor folder.
The readme file suggests to publish the migration before running artisan migrate.
php artisan vendor:publish --tag="campaigns-migrations" php artisan migrate
but in the service provider class CampaignsServiceProvider the configurePackage method already instructs the application to run the migration from the vendor folder.
which results in double migration attempt and failing the second migration.
The text was updated successfully, but these errors were encountered: