dev-master
9999999-devUnite gallery wrapper for Yii2
MIT
The Requires
- yiisoft/yii2 *
- bower-asset/unitegallery *
by ZoltĂĄn SzĂĄntĂł
extension yii2
Unite gallery wrapper for Yii2
Unite gallery wrapper for Yii2, (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
composer require --prefer-dist mrbig00/yii2-unite-gallery "*"
or add, (*4)
"mrbig00/yii2-unite-gallery": "*"
to the require section of your composer.json
file., (*5)
Once the extension is installed, simply use it in your code by :, (*6)
= \mrbig00\unitegallery\UniteGalleryWidget::widget( [ 'theme' => 'tilesgrid', 'options' => [ ], 'items' => [ [ 'src' => 'source.jpg', 'data-image' => 'remote.jpg', ], [ 'src' => 'source.jpg', 'data-image' => 'remote.jpg', ], ], ] ); ?>
Unite gallery wrapper for Yii2
MIT
extension yii2