Laravel-Mailgun-Webhooks
Laravel-Mailgun-Webhooks copied to clipboard
Allow publishing migrations
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.