Răsfoiți Sursa

Merge pull request #3571 from shleeable/patch-10

BUGFIX: Update Installer.php
daniel 3 ani în urmă
părinte
comite
012032a20e
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      app/Console/Commands/Installer.php

+ 1 - 0
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]);