-
-
Notifications
You must be signed in to change notification settings - Fork 367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detach Migrator from the CLI #795
Comments
Some notes and references for later:
|
Most work has been done in the One thing that could left to do, beside updating learn, would be to re-implement the (Sprinkle support for migration is the reason the migrator wasn't moved to a separate package btw) Some other notes in case I forgot :
Last of all, this update should be (squashed) merge into For a list of other fix in this branch : Changelog And yes, I did learn how Mockery works. It's great. |
Migrator shouldn't be tied to so much to the CLI and
migrate
command. Right now, there's no standard way to test, outside of the migrate command, if a migration has been run. For example :UserFrosting/app/sprinkles/account/src/Bakery/CreateAdminUser.php
Lines 68 to 79 in 9bad043
Should also help with #778.
Progress
--database
option for Bakery commandThe text was updated successfully, but these errors were encountered: