apollo / yii2-backbone
Easily use backbone.js and Underscore.js with yii2
Installs: 27
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Type:yii2-extension
This package is not auto-updated.
Last update: 2024-10-30 07:28:00 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(); ?>