Laravel-Mailgun-Webhooks icon indicating copy to clipboard operation
Laravel-Mailgun-Webhooks copied to clipboard

Allow publishing migrations

Open BlueBazze opened this issue 1 year ago • 0 comments

I am not experienced enough to know if there is a better way.

Originally i faced a problem with the migrations when running tests. https://github.com/Biegalski-LLC/Laravel-Mailgun-Webhooks/issues/30

Dug a little deeper and found this solution. Root cause: Projects newer than the migrations in this package can have problems with the migration execution order when running all migrations from scratch.

BlueBazze avatar Jul 24 '23 08:07 BlueBazze