xpbl4/yii2-assets

The reusable assets for Yii2 framework.

Installs: 10

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:yii2-extension

v1.0.1 2023-07-01 07:14 UTC

This package is auto-updated.

Last update: 2024-05-30 00:54:20 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.