andrewdanilov / yii2-fancybox
Fancybox Asset
Package info
github.com/AndrewDanilov/yii2-fancybox
Type:yii2-extension
pkg:composer/andrewdanilov/yii2-fancybox
1.0.0
2019-08-15 08:05 UTC
Requires
- php: >=5.6.0
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2026-02-17 02:50:12 UTC
README
Asset for adding fancybox functionality to your pages
Installation
The preferred way to install this extension is through composer.
Either run
composer require andrewdanilov/yii2-fancybox "~1.0.0"
or add
"andrewdanilov/yii2-fancybox": "~1.0.0"
to the require section of your composer.json file.
Usage
Register asset bundle in View
<?php /* @var $this \yii\web\View */ \andrewdanilov\fancybox\FancyboxAsset::register($this);