Explorar el Código

Update Installer.php

Shlee hace 3 años
padre
commit
a2090f5445
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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');
         }