Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prawee/yii2-assets
Manage Yii2 Assets
https://github.com/prawee/yii2-assets
yii2 yii2-asset
Last synced: about 1 month 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 (about 8 years ago)
- Last Synced: 2024-11-14T16:45:48.310Z (3 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);
.......
.......
```