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

pkg:composer/h0rseduck/yii2-underscore

0.0.2 2019-01-06 20:06 UTC

This package is auto-updated.

Last update: 2025-10-07 18:39:42 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.