madand / yii2-icanhaz
icanhaz asset for Yii2
dev-master
2015-05-09 12:06 UTC
Requires
- bower-asset/icanhaz: *
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2026-03-01 01:30:09 UTC
README
Provides the asset bundle for easy integration of icanhaz into your Yii2 application.
Installation
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist "madand/yii2-icanhaz:*"
or add
"madand/yii2-icanhaz": "*"
to the require section of your composer.json file.
Usage
In the view file register the asset:
\madand\icanhaz\ICanHazAsset::register($this);
License
The BSD License (BSD). Please see License File for more information.