sankam/yii2-bootbox

0.0.1 2018-02-04 02:35 UTC

This package is not auto-updated.

Last update: 2024-04-22 13:41:44 UTC


README

https://github.com/makeusabrew/bootbox

composer.json

"require": {
    "sankam/yii2-bootbox": "*"
},

In View

use sankam\bootbox\BootboxAsset;
BootboxAsset::register($this);

//register with replace Yii.confirm
BootboxOverrideAsset::register($this);
//OR
BootboxAsset::registerWithOverride($this);