mzdani / yii2-bootstrap-dialog
Yii2 Bootstrap3 Dialog Wrapper - Make use of Bootstrap Modal more monkey-friendly.
Installs: 304
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Type:yii2-extension
Requires
- bower-asset/bootstrap3-dialog: ~1.34
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-11-05 20:25:55 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.