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

dev-master 2015-02-04 07:10 UTC

This package is not auto-updated.

Last update: 2024-09-18 07:04:16 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(); ?>