devleaks / yii2-introjs
Yii2 asset bundle wrapper around introjs library
Package info
github.com/devleaks/yii2-introjs
Type:yii2-extension
pkg:composer/devleaks/yii2-introjs
1.1
2017-10-20 07:37 UTC
Requires
- bower-asset/intro.js: *
- yiisoft/yii2: *
- yiisoft/yii2-bootstrap: *
This package is not auto-updated.
Last update: 2026-03-29 01:34:28 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);