Rocketeer\Rocketeer::getApplicationName PHP Method

getApplicationName() public method

Get the name of the application to deploy.
public getApplicationName ( ) : string
return string
    public function getApplicationName()
    {
        return $this->config->get('rocketeer::application_name');
    }