yii2-asset-todc-bootstrap Yii2 asset for bower todc-bootstrap

Yii2 asset for bower todc-bootstrap

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist wdteam/yii2-asset-todc-bootstrap "*" or add

"wdteam/yii2-asset-todc-bootstrap": "*" to the require section of your composer.json file.

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',
    ];
}
0 0
1 follower
0 downloads
Yii Version: 2.0
License: BSD-2-Clause
Category: Others
Tags: bootstrap
Developed by: winds
Created on: Jun 7, 2016
Last updated: 7 years ago

Related Extensions