Management Asset for Yii 2.0 Application
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist prawee/yii2-assets "*"
or add
"prawee/yii2-assets": "*"
to the require section of your composer.json
file.
- on view
use prawee\assets\PwAsset;
PwAsset::register($this);
.......
.......