mdscomp/yii2-bootstrap-dialog

Yii2 Bootstrap3 Dialog Wrapper - Make use of Bootstrap Modal more monkey-friendly.

Installs: 3 027

Dependents: 1

Suggesters: 0

Security: 0

Type:yii2-extension

1.1.7 2015-04-22 04:44 UTC

This package is auto-updated.

Last update: 2024-04-06 07:39:03 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

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.

Usage

Usage Wiki