$depends public property
List of bundle class names that this bundle depends on. For example: public $depends = [
'yii\web\YiiAsset',
'yii\bootstrap\BootstrapAsset',
];
List of bundle class names that this bundle depends on. For example: public $depends = [
'yii\web\YiiAsset',
'yii\bootstrap\BootstrapAsset',
];
public array $depends = ['yii\jui\JuiAsset']