Clear configuration cache before editing it

This commit is contained in:
Miguel Nogueira 2020-07-09 08:50:54 +01:00
parent fb4d832489
commit c3a6b16a13
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ class Install extends Command
$this->info('>> Configuring application - We\'re going to ask a few questions here!');
do
{
$this->call('config:clear');
$this->info('== Database Settings (1/6) ==');
$settings['DB_USERNAME'] = $this->ask('Database username');