kriss/yii2-beyond-admin-asset

yii2 beyond admin asset

v1.0 2016-04-14 00:57 UTC

This package is auto-updated.

Last update: 2024-04-25 17:41:36 UTC


README

yii2 beyond admin asset

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist kriss/yii2-beyond-admin-asset "*"

or add

"kriss/yii2-beyond-admin-asset": "*"

to the require section of your composer.json file.

Usage

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

<?= \kriss\beyond\AutoloadExample::widget(); ?>```