diff --git a/app/Console/Commands/Installer.php b/app/Console/Commands/Installer.php index 1f75cd4d1..bf4843510 100644 --- a/app/Console/Commands/Installer.php +++ b/app/Console/Commands/Installer.php @@ -412,6 +412,7 @@ class Installer extends Command if ($confirm === 'Yes') { sleep(3); + $this->call('config:cache'); $this->line(''); $this->info('Migrating DB:'); $this->call('migrate', ['--force' => true]);