info(sprintf("The following environment file is used: '%s'", App::environmentFilePath())); Storage::put('.env', Storage::get($this->argument('file'))); $this->info('The environment file was successfully restored.'); return 0; } }