dev-master
9999999-devBackbone.js Asset bundle for yii2
MIT Clause
The Requires
- yiisoft/yii2 *
- bower-asset/backbone ~1.2.3
yii2 backbone
Backbone.js Asset bundle for yii2
Backbone Assets for Yii2 This extensions provides support for backbone.js and underscore.js asset handling for Yii2., (*1)
The preferred way to install this extension is through composer., (*2)
First run this to allow managing bower package dependencies through composer. Skip this step if already done when installing yii2:, (*3)
composer global require "fxp/composer-asset-plugin:1.0.0-beta4"
Then either run, (*4)
php composer.phar require --prefer-dist philippfrenzel/yii2-backbone "*"
or add, (*5)
"philippfrenzel/yii2-backbone": "*"
to the require section of your composer.json
file., (*6)
Once the extension is installed, simply add to your application logic as follows:, (*7)
// tbd
Backbone.js Asset bundle for yii2
MIT Clause
yii2 backbone