comment('Copying example .env file'); copy($path . '.example', $path); } if (!config('app.key')) { $this->comment('Generating app key'); $this->call('key:generate'); } $this->comment('Creating storage link'); $this->call('storage:link'); $this->comment('Caching components & icons'); $this->call('filament:optimize'); } }