ソースを参照

Update Installer.php

Shlee 3 年 前
コミット
a2090f5445
1 ファイル変更1 行追加0 行削除
  1. 1 0
      app/Console/Commands/Installer.php

+ 1 - 0
app/Console/Commands/Installer.php

@@ -112,6 +112,7 @@ class Installer extends Command
     protected function envCreate()
     protected function envCreate()
     {
     {
         $this->line('');
         $this->line('');
+        $this->info('Creating .env if required');
         if(!file_exists(app()->environmentFilePath())) {
         if(!file_exists(app()->environmentFilePath())) {
             exec('cp .env.example .env');
             exec('cp .env.example .env');
         }
         }