argument('token'))) { $this->info('Setting the expose authentication token to "' . $this->argument('token') . '"'); $config['auth_token'] = $this->argument('token'); $configFile = implode(DIRECTORY_SEPARATOR, [ $_SERVER['HOME'], '.expose', 'config.php' ]); @mkdir(dirname($configFile), 0777, true); file_put_contents($configFile, 'info('There is no authentication token specified.'); } else { $this->info('Current authentication token: ' . $token); } } }