Dmyers\Storage\Adapter\Base::url PHP Method

url() abstract public method

Get the full URL to a file in storage.
abstract public url ( string $path ) : string
$path string The path to the file to get the url.
return string
    public abstract function url($path);