xpbl4 / yii2-assets
The reusable assets for Yii2 framework.
Installs: 13
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:yii2-extension
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2024-10-30 01:59:50 UTC
README
Assets collection for extending features of Yii 2 framework widget.
Install
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist xpbl4/yii2-assets "*"
or add
"xpbl4/yii2-assets": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by:
xpbl4\assets\AssetBundle::register($this);
Contributing
Please see CONTRIBUTING for details.
Credits
License
yii2-assets is released under the BSD-3-Clause License. Please see License File for more information.