ando / yii2-mustache.js
There is no license information available for the latest version (v2.0.0) of this package.
mustache.js for Yii2
Package info
github.com/andreydomovoy/yii2-mustache.js
Type:yii2-extension
pkg:composer/ando/yii2-mustache.js
v2.0.0
2016-02-20 13:16 UTC
Requires
- bower-asset/mustache.js: >=2.2.1
- yiisoft/yii2: *
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-27 04:48:23 UTC
README
Yii2-extension for mustache.js
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist ando/yii2-mustache.js "*"
or add
"ando/yii2-mustache.js": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply add next code to your asset bundle :
public $depends = [
'ando\mustachejs\MustachejsAsset',
];