Replies: 1 comment 2 replies
-
I was also looking for this kind of command in Laravel Module package. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to rollback migration with step or --path like default Laravel rollback commands on Laravel modules?
I've tried this command
php artisan migrate:rollback --path=/Modules/ModuleName/Database/Migrations/table_name.php
or
php artisan module:migrate-rollback --path=/Modules/ModuleName/Database/Migrations/table_name.php Blog
But it's not working.
Is there any command to migrate or rollback specific table?
Beta Was this translation helpful? Give feedback.
All reactions