Answer the question
In order to leave comments, you need to log in
Yii2 twig, how to register my assets?
I climbed on this doc https://github.com/yiisoft/yii2/blob/master/docs/g...
But everything is beautifully described there for smart, for twig it is rather poor.
Globally, you can register something like this:
'globals' => [
'siteAssets' => 'frontend\themes\basic\assets\AppAsset',
],
{{ void( siteAssets.register(this) ) }}
{{ use('frontend/themes/basic/assets/AppAsset') }}
{{ void( AppAsset.register(this) ) }}
Answer the question
In order to leave comments, you need to log in
{{ use('frontend/themes/basic/assets/AppAsset') }}
{{ void( AppAsset.register(this) ) }}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question