Ver Fonte

Update Installer.php

Shlee há 3 anos atrás
pai
commit
5e73c2d539
1 ficheiros alterados com 1 adições e 0 exclusões
  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') {
         if ($confirm === 'Yes') {
             sleep(3);
             sleep(3);
+            $this->call('config:cache');
             $this->line('');
             $this->line('');
             $this->info('Migrating DB:');
             $this->info('Migrating DB:');
             $this->call('migrate', ['--force' => true]);
             $this->call('migrate', ['--force' => true]);