allebb / conductor

Conductor is a CLI tool to automate the installation of a Laravel application server complete with a CLI tool (conductor) to help deploy and manage multiple web applications on the server with ease.
MIT License
5 stars 1 forks source link

Artisan tasks should use the environment switch when running tasks (use APP_ENV). #10

Closed allebb closed 9 years ago

allebb commented 9 years ago

Using the configured APP_ENV from the applications _envars.json file, all conductor commands should use the environment type on the CLI when running artisan commands to ensure that migrations are ran correctly when artisan is unable to detect the environment type (more useful for L4 applications to be honest) but is a good idea to add it anyway.

allebb commented 9 years ago

This has now been fully implemented and should work fine, needs testing but the argument is being specified and called in the latest version so I see no reason why this shouldn't work and therefore needs staying open for much longer.