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
Maybe if you separate it by use cases and another aggregation you want?
Ex: '2017_01_11_151700_Users_SomeAggregator_CreateUsersTable.php'
Correct if I'm wrong, but AFAIK migrations ever use to reside on a unique single path in various implementations.
Hmm, in Laravel, you can call $migrator->path('my-custom-path'). However, you can't do that with my Bundle yet. I have to think of a nice way to configure all these classes in a Laravel-ish way (as #79 is about such feature as well).
Hello,
I wan't do know, how do change the variable wouterj_eloquent.migration_path in my project.
If possible, use many paths I want.
tks!
The text was updated successfully, but these errors were encountered: