h0rseduck/yii2-underscore

Underscore.js asset for Yii2

0.0.2 2019-01-06 20:06 UTC

This package is auto-updated.

Last update: 2024-05-07 15:49:30 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.