2017 © Pedro Peláez
 

symfony-bundle backbone-bundle

Backbone.js Bundle for Symfony2

image

bmatzner/backbone-bundle

Backbone.js Bundle for Symfony2

  • Monday, January 9, 2017
  • by bmatzner
  • Repository
  • 1 Watchers
  • 0 Stars
  • 598 Installations
  • JavaScript
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 1 % Grown

The README.md

Backbone.js Bundle for Symfony2

Current Version

backbone.js v1.3.3, (*1)

Requirements

Backbone requires either Underscore.js or Lo-Dash and optionally jQuery or Zepto., (*2)

Installation

Add bundle to your composer.json file

``` js // composer.json, (*3)

{ "require": { // ... "bmatzner/backbone-bundle": "~1.3" } }, (*4)


### Add bundle to your application kernel ``` php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Bmatzner\BackboneBundle\BmatznerBackboneBundle(), // ... ); }

Download the bundle using Composer

``` bash $ php composer.phar update bmatzner/backbone-bundle, (*5)


### Install assets Given your server's public directory is named "web", install the public vendor resources ``` bash $ php app/console assets:install web

Optionally, use the --symlink attribute to create links rather than copies of the resources, (*6)

``` bash $ php app/console assets:install --symlink web, (*7)


## Usage Refer to the desired files in your HTML template, e.g. ``` html <script type="text/javascript" src="{{ asset('bundles/bmatznerbackbone/js/backbone.min.js') }}"></script>

Licenses

Refer to the source code of the included files for license information, (*8)

References

  1. http://backbonejs.org/
  2. http://symfony.com/

The Versions

09/01 2017

dev-master

9999999-dev http://backbonejs.org/

Backbone.js Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript backbone symfony

09/01 2017

dev-develop

dev-develop http://backbonejs.org/

Backbone.js Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript backbone symfony

09/01 2017

1.3.3

1.3.3.0 http://backbonejs.org/

Backbone.js Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript backbone symfony

26/03 2016

1.3.2

1.3.2.0 http://backbonejs.org/

Backbone.js Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript backbone symfony

28/02 2014

1.1.2

1.1.2.0 http://backbonejs.org/

Backbone.js Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript backbone symfony

12/10 2013

1.1.0

1.1.0.0 http://backbonejs.org/

Backbone.js Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript backbone symfony

20/03 2013

1.0.0

1.0.0.0 http://backbonejs.org/

Backbone.js Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript backbone symfony

16/01 2013

0.9.10

0.9.10.0 http://backbonejs.org/

Backbone.js Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript backbone symfony

13/01 2013

0.9.9

0.9.9.0 http://backbonejs.org/

Backbone.js Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript backbone symfony