1
0
Shlee 3 жил өмнө
parent
commit
5e73c2d539

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