Allow the environment setup without loading the database (settings provider) first (#823)
This commit is contained in:
parent
321d00c89e
commit
59b50ca75e
2 changed files with 4 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue