godgene / yii2-colorbox
Jquery colorbox plugin for Yii2
dev-master
2015-12-18 20:31 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-04-02 02:17:45 UTC
README
Jquery colorbox plugin
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist godgene/yii2-colorbox "*"
or add
"godgene/yii2-colorbox": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \godgene\colorbox\Colorbox::widget(); ?>```