Easily use backbone.js and underscore.js with yii2
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.
Once the extension is installed, simply use it in your code by :
<?php \bluezip\yii2\backbone\Load::widget(); ?>