tsanchev/yii2-lightbox2

Yii2 asset for bower LightBox2

Installs: 282

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 2

Type:yii2-extension

2.11.3 2022-01-01 13:20 UTC

This package is auto-updated.

Last update: 2024-03-29 03:09:24 UTC


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/)