How to add jQuery UI to an Asset Bundle in Yii2

At first install official JUI Extension for Yii 2.

Then add yii\jui\JuiAsset to list of dependent assets:

public $depends = [
    'yii\jui\JuiAsset',
    ...       
];

Comments

Popular posts from this blog

Useful aliases

Enable Search Engine Friendly (Pretty URLs) in Yii2