string getAssetUrl(string $path, string $packageName = null, bool $absolute = false, string|bool|null $version = null)
Returns the public path of an asset.
Absolute paths (i.e. http://...) are returned unmodified.
string getAssetUrl(string $path, string $packageName = null, bool $absolute = false, string|bool|null $version = null)
Returns the public path of an asset.
Absolute paths (i.e. http://...) are returned unmodified.
Please login to continue.