nWidart / laravel-modules

Module Management In Laravel
https://docs.laravelmodules.com
MIT License
5.56k stars 969 forks source link

Php artisan migrate is running the migration files of modules also, Is there any way to disable it? #1890

Closed AshutoshJha15 closed 2 months ago

backstageel commented 4 months ago

I think this should the the correct behavior. Why would you not want to run the migrations of an active module?

solomon-ochepa commented 4 months ago

That is the correct behavior! Use the --path option to specify a migration instead.