Mpociot\ApiDoc\ApiDocGeneratorServiceProvider::resource_path PHP Method

resource_path() public method

Return a fully qualified path to a given file.
public resource_path ( string $path = '' ) : string
$path string
return string
    public function resource_path($path = '')
    {
        return app()->basePath() . '/resources' . ($path ? '/' . $path : $path);
    }
ApiDocGeneratorServiceProvider