-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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
Include the --path option to migrate:rollback #28
Comments
This option would have no effect on migrate or rollback. Both of these commands simply rollback the last operation or reset all the way to the beginning, regardless of path. |
using options (such as --path) on migrate breaks rollback. The error message is: see #1391 for fix. The fix for this is to add any migration paths in composer.json "autoload", then the migration:rollback will work as expected. |
Apply fixes from StyleCI
Fix Syntax error in config/filesystems.php
I was trying to reset my migrations, but since I'm using the PSR-0 implementation of Dayle:
https://github.com/daylerees/autoload-demo
I need to use --path function, wich is available only on the migrate command.
Don't know if it's a bug or a new feature, please label it guys :-)
Edit: This option isn't available in both of rollback and reset commands.
The text was updated successfully, but these errors were encountered: