devleaks / yii2-chardinjs

Yii2 asset wrapper around Chardin.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chardin JS Asset Bundle

Yii2 asset bundle wrapper around chardinjs library

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

"devleaks/yii2-chardinjs": "*"

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\ChardinJSAsset;

ChardinJSAsset::register($this);

About

Yii2 asset wrapper around Chardin.js


Languages

Language:PHP 100.0%