forked from miguel456/rbrecruiter
Clear configuration cache before editing it
This commit is contained in:
parent
fb4d832489
commit
c3a6b16a13
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue