I have installed yii2-admin module, located in /vendor/mdmsoft/yii2-admin but I don't want it to load its own asset bundle. It there any way to disable this module asset bundle?
相关问题
- installing packages for python 3
- separate styles for separate module in Angular 5
- Drupal 8: How do I customize a form widget to show
- ConcatRelated() Function to provide Unique Values
- how do I install perl modules on macos?
相关文章
- Can you run console jobs from yii2-basic?
- How to do a bulk database insert in Yii2?
- Laravel: What's the advantage of using the ass
- Flutter. Check if a file exists before loading it
- How to check Android Asset resource?
- How to send mail to multiple recipients in Yii2 ma
- Yii2 - check if the user is logged in view
- Zurb Foundation 5, modernizr not found
Yes, it's possible and even mentioned in official docs here. One way to do it is through application config:
Another way - during runtime through component: