mzdani / yii2-bootstrap-dialog
Yii2 Bootstrap3 Dialog Wrapper - Make use of Bootstrap Modal more monkey-friendly.
Package info
github.com/mzdani/yii2-bootstrap-dialog
Type:yii2-extension
pkg:composer/mzdani/yii2-bootstrap-dialog
Requires
- bower-asset/bootstrap3-dialog: ~1.34
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-11 02:44:04 UTC
README
Bootstrap3 Dialog give another level to create Bootstrap modal become flexible. It's write on javascript, and I don't know much about it. So I made some wrapper to call this modal with Yii2 framework. IMHO, rather than create .php file and create javascript on it, you can do a lot of trick with Yii2 feature to create Bootstrap's Modal more efficient.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist "mdscomp/yii2-bootstrap-dialog" "~1.0"
or add
"mdscomp/yii2-bootstrap-dialog": "~1.0"
to the require section of your composer.json file.