prawee / yii2-assets
Management Asset for Yii 2.0 Application
Package info
Language:JavaScript
Type:yii2-extension
pkg:composer/prawee/yii2-assets
dev-master
2017-01-29 00:06 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-03-12 09:30:19 UTC
README
Management Asset for Yii 2.0 Application
Installation
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.
Usage
- on view
use prawee\assets\PwAsset; PwAsset::register($this); ....... .......