ando / yii2-mustache.js
mustache.js for Yii2
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 2
Type:yii2-extension
Requires
- bower-asset/mustache.js: >=2.2.1
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-11-09 18:38:18 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',
];