-
Notifications
You must be signed in to change notification settings - Fork 32
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
Show progress #46
Comments
I'm super busy and won't have time to help or review a PR. I wonder if @JayBizzle has some time to look over a PR you create for this feature? I just noticed we have a few PR's to review. Not sure when I will get to those either. |
Surely this package is now redundant since you can now use artisan:dump-schema which does what this package set out to achieve!? |
I don't think the schema dump contains any seed info. |
No, you'd still need to seed your database when required in tests. I think you can use the $shouldSeed property in your test class to signify you want to seed before the test runs. |
Currently there is no way to see the progress of the migration process before a test.
Would you be opposed me adding a feature that shows the migration / seeding progress. This could be (default) hidden behind a config setting. Let me know if this is something that could be merged and I will implement it.
The text was updated successfully, but these errors were encountered: