apollo / yii2-backbone
Easily use backbone.js and Underscore.js with yii2
Package info
github.com/vov4ik08/yii2-backbone
Type:yii2-extension
pkg:composer/apollo/yii2-backbone
dev-master
2015-02-04 07:10 UTC
This package is not auto-updated.
Last update: 2026-03-18 14:01:27 UTC
README
Easily use backbone.js and underscore.js with yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist bluezip/bluezip-yii2-backbone "*"
or add
"bluezip/bluezip-yii2-backbone": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?php \bluezip\yii2\backbone\Load::widget(); ?>