Efficiently\Larasset\Commands\BaseCommand::packagePath PHP Method

packagePath() protected method

Returns package absolute path
protected packagePath ( ) : string
return string
    protected function packagePath()
    {
        return $this->normalizePath(realpath(__DIR__ . "/../../../.."));
    }