浏览代码

Merge pull request #3571 from shleeable/patch-10

BUGFIX: Update Installer.php
daniel 3 年之前
父节点
当前提交
012032a20e
共有 1 个文件被更改,包括 1 次插入0 次删除
  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]);