Utilize hasMigrations
to use default laravel behavior and search the default given path
#79
Unanswered
dottely-backend-lead
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Having some packages, with many migrations and given that by time, these migrations are getting more and more, I am forced to keep them in chronological order.
So, two possible choices have come up:
In case I choose the default laravel way, Is there any 'trick' to just use the package method
hasMigrations
and keep the default laravel registration mechanism?Example below:
I am pretty sure, the existing code, doesn't provide this functionality out of the box. Is it possible to add this option, or would you be interested of a PR?
Beta Was this translation helpful? Give feedback.
All reactions