https://github.com/prawee/yii2-assets
Manage Yii2 Assets
https://github.com/prawee/yii2-assets
yii2 yii2-asset
Last synced: 3 months ago
JSON representation
Manage Yii2 Assets
- Host: GitHub
- URL: https://github.com/prawee/yii2-assets
- Owner: prawee
- Created: 2014-11-07T02:27:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-29T00:07:11.000Z (over 8 years ago)
- Last Synced: 2025-01-14T11:03:24.384Z (4 months ago)
- Topics: yii2, yii2-asset
- Language: JavaScript
- Homepage: http://www.prawee.com
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Yii2 Assets
===========
Management Asset for Yii 2.0 ApplicationInstallation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
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
```php
use prawee\assets\PwAsset;
PwAsset::register($this);
.......
.......
```