tsanchev / yii2-lightbox2
Yii2 asset for bower LightBox2
Installs: 327
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 2
Type:yii2-extension
Requires
- npm-asset/lightbox2: *
- yiisoft/yii2: *
README
This is asset for using Lightbox2
Installation
The preferred way to install this yii2-extension is through composer.
Either run
composer require "tsanchev/yii2-lightbox2"
or add
"tsanchev/yii2-lightbox2": "*"
to the require section of your composer.json.
Usage
Include in view
use tsanchev\lightbox2\LightboxAsset; LightboxAsset::register($this);
or in asset file
'tsanchev\lightbox2\LightboxAsset',
License
This project is released under the terms of the BSD-3-Clause license. Read more here.
Copyright © 2015-2016, tsanchev (http://tsanchev.com/)