comment('Copying example .env file'); copy($path . '.example', $path); } if (!config('app.key')) { $this->comment('Generating app key'); Artisan::call('key:generate'); } } }