Url::makeAbsolute()
Convert a relative path into an absolute URL
Url::makeAbsolute(string|null $path = null, string|null $home = null): stringParameters
| Name | Type | Default | 
|---|---|---|
| $path | stringornull | null | 
| $home | stringornull | null | 
Return type
string
Parent class
	Kirby\Cms\Url
		inherited from Kirby\Http\Url