d4rkstar / yii2-bootbox-asset
Yii2 asset bundle of bootbox plugin (http://bootboxjs.com/)
Installs: 1 765
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-asset
Requires
- bower-asset/bootbox.js: 4.4.0
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-10-12 10:59:33 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', ]; }