Allow the environment setup without loading the database (settings provider) first (#823)

This commit is contained in:
Lance Pioch 2017-12-30 17:16:49 -05:00 committed by Dane Everitt
parent 321d00c89e
commit 59b50ca75e
2 changed files with 4 additions and 1 deletions

View file

@ -135,6 +135,8 @@ class AppSettingsCommand extends Command
self::ALLOWED_QUEUE_DRIVERS,
array_key_exists($selected, self::ALLOWED_QUEUE_DRIVERS) ? $selected : null
);
$this->variables['APP_ENVIRONMENT_ONLY'] = false;
$this->checkForRedis();
$this->writeToEnvironment($this->variables);