dev-master
9999999-devBackbone.js Asset bundle for yii2
BSD-3-Clause
The Requires
- yiisoft/yii2 *
- bower-asset/backbone 1.1.*
The Development Requires
by Dirk Adler
yii2 backbone
Backbone.js Asset bundle 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 spacedealer/yii2-backbone "*"
or add, (*5)
"spacedealer/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
BSD-3-Clause
yii2 backbone