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

extension

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.

Usage

Once the extension is installed, simply use it in your code by :


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',
    ];
}```

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

No stable releases.

Comments



No stable releases.



MIT license
Stats
2 github stars & 0 github forks
0 downloads in the last day
0 downloads in the last 30 days
11 total downloads