Update Installer.php

pull/3546/head
Shlee 3 years ago committed by GitHub
parent fc811416f3
commit a2090f5445
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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');
}

Loading…
Cancel
Save