Explorar el Código

Update Installer.php

Shlee hace 3 años
padre
commit
825365a6b6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Console/Commands/Installer.php

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

@@ -113,7 +113,7 @@ class Installer extends Command
     {
         $this->line('');
         if(!file_exists(app()->environmentFilePath())) {
-            exec('cp .env.installer .env');
+            exec('cp .env.example .env');
         }
     }