d4rkstar/yii2-bootbox-asset

Yii2 asset bundle of bootbox plugin (http://bootboxjs.com/)

Installs: 1 740

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-asset

0.1.2 2017-11-08 06:02 UTC

This package is auto-updated.

Last update: 2024-04-12 09:48:34 UTC


README

#Yii2 bootbox plugin asset Yii2 asset bundle of bootbox plugin (http://bootboxjs.com/)

Latest Stable Version Total Downloads License

##Install Either run

php composer.phar require --prefer-dist d4rkstar/yii2-bootbox-asset "*"

or add

"d4rkstar/yii2-bootbox-asset": "*"

to the require section of your composer.json file.

Add your depending Asset Bundle

class AppAsset extends AssetBundle
{
    // ...
    public $depends = [
        'yii\web\YiiAsset',
        'yii\bootstrap\BootstrapAsset',
        'd4rkstar\bootbox\BootBoxAsset',
    ];
}