d4rkstar / yii2-bootbox-asset
Yii2 asset bundle of bootbox plugin (http://bootboxjs.com/)
Package info
github.com/d4rkstar/yii2-bootbox-asset
Type:yii2-asset
pkg:composer/d4rkstar/yii2-bootbox-asset
0.1.2
2017-11-08 06:02 UTC
Requires
- bower-asset/bootbox.js: 4.4.0
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-03-12 14:32:06 UTC
README
#Yii2 bootbox plugin asset Yii2 asset bundle of bootbox plugin (http://bootboxjs.com/)
##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', ]; }