dev-master
9999999-devYii2 asset for bower todc-bootstrap
MIT
The Requires
by WindsDeng
extension yii2
Yii2 asset for bower todc-bootstrap
Yii2 asset for bower todc-bootstrap, (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist wdteam/yii2-asset-todc-bootstrap "*"
or add, (*4)
"wdteam/yii2-asset-todc-bootstrap": "*"
to the require section of your composer.json
file., (*5)
Once the extension is installed, simply use it in your code by :, (*6)
php
class AppAsset extends AssetBundle
{
public $basePath = '@webroot';
public $baseUrl = '@web';
public $css = [
'css/site.css',
];
public $js = [
];
public $depends = [
'yii\web\YiiAsset',
'yii\bootstrap\BootstrapAsset',
'wdteam\todcbootstrap\TodcbootstrapAsset',
];
}
, (*7)
Yii2 asset for bower todc-bootstrap
MIT
extension yii2