Skip to content

Instantly share code, notes, and snippets.

@metalagman
Created March 9, 2016 15:28
Show Gist options
  • Save metalagman/f118ddf6f2b7a79d4ca4 to your computer and use it in GitHub Desktop.
Save metalagman/f118ddf6f2b7a79d4ca4 to your computer and use it in GitHub Desktop.
public static function getAssetUrl($url)
{
return \Yii::$app->assetManager->getBundle('frontend\assets\AppAsset')->baseUrl . $url;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment