error('Expose configuration file already exists at '.$configFile); return; } file_put_contents($configFile, file_get_contents(base_path('config/expose.php'))); $this->info('Published expose configuration file to: ' . $configFile); } }