andrewdanilov/yii2-fancybox

Fancybox Asset

Installs: 116

Dependents: 3

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

1.0.0 2019-08-15 08:05 UTC

This package is auto-updated.

Last update: 2024-04-16 22:37:03 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);