Collective\Remote\Console\TailCommand::getRoot PHP Method

getRoot() protected method

Get the path to the Laravel install root.
protected getRoot ( string $connection ) : string
$connection string
return string
    protected function getRoot($connection)
    {
        return $this->laravel['config']['remote.connections.' . $connection . '.root'];
    }