PluginAssets::resolve()
Create a symlink for a plugin asset and return the public URL
PluginAssets::resolve(string $pluginName, string $hash, string $path): Kirby\Http\Response|null
Parameters
Name | Type | Default |
---|---|---|
$pluginName * | string |
– |
$hash * | string |
– |
$path * | string |
– |
Return type
Kirby\Http\Response
|null