devleaks/yii2-introjs

Yii2 asset bundle wrapper around introjs library

Installs: 15 505

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 2

Open Issues: 0

Type:yii2-extension

1.1 2017-10-20 07:37 UTC

This package is not auto-updated.

Last update: 2024-04-27 15:25:53 UTC


README

Yii2 asset bundle wrapper around introjs library

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist devleaks/yii2-introjs "*"

or add

"devleaks/yii2-introjs": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?php
use devleaks\introjs\IntroJSAsset;

IntroJSAsset::register($this);