pingpong-labs / modules

Laravel 5 Modules
https://pingpong-labs.github.io/docs/modules.html
BSD 3-Clause "New" or "Revised" License
576 stars 151 forks source link

Can not run module:migrate-rollback [module] with specifying database connection #247

Open LastRide opened 8 years ago

LastRide commented 8 years ago

I can not run php artisan module:migrate-rollback [module] with --database=[dbConnection] option.

It ignores --database option and use default database connection.

danhofmann-com commented 8 years ago

I am having this same issue as well. Any update on this?

noxify commented 8 years ago

Seems like, that the defined options are not implemented. Can't see anything in the code.

In the Migrate Command it's defined, but not in the MigrateRollback.