h0rseduck / yii2-underscore
Underscore.js asset for Yii2
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- bower-asset/underscore: ~1.9.0
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2025-03-07 17:34:55 UTC
README
Provides asset class for easy integration of Underscore.js into your Yii2 application.
Installation
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist "h0rseduck/yii2-underscore:*"
or add
"h0rseduck/yii2-underscore": "*"
Usage
In the view file register the asset:
\h0rseduck\underscore\UnderscoreAsset::register($this);
License
The BSD License (BSD). Please see License File for more information.