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()
     {
         $this->line('');
+        $this->info('Creating .env if required');
         if(!file_exists(app()->environmentFilePath())) {
             exec('cp .env.example .env');
         }