Url::makeAbsolute()
Convert a relative path into an absolute URL
Url::makeAbsolute(string $path = null, string $home = null): string
Parameters
Name | Type | Default | Description |
---|---|---|---|
$path |
string |
null |
|
$home |
string |
null |
Return type
string
Inherited from
Kirby\Http\Url