sankam/yii2-bootbox

yii2-bootbox

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/sankam/yii2-bootbox

0.0.1 2018-02-04 02:35 UTC

This package is not auto-updated.

Last update: 2025-10-06 21:10:56 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);