2017 © Pedro Peláez
 

symfony-bundle underscore-bundle

Underscore.js Bundle for Symfony2

image

bmatzner/underscore-bundle

Underscore.js Bundle for Symfony2

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

The README.md

Underscore.js Bundle for Symfony2

Current Version

Underscore.js v1.8.3, (*1)

Installation

Add bundle to your composer.json file

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

{ "require": { // ... "bmatzner/underscore-bundle": "~1.8" } }, (*3)


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

Download the bundle using Composer

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


### 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, (*5)

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


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

Licenses

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

References

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

The Versions

09/01 2017

dev-master

9999999-dev http://underscorejs.org/

Underscore.js Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript symfony underscore

09/01 2017

dev-develop

dev-develop http://underscorejs.org/

Underscore.js Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript symfony underscore

09/01 2017

1.8.3

1.8.3.0 http://underscorejs.org/

Underscore.js Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript symfony underscore

28/02 2014

1.6.0

1.6.0.0 http://documentcloud.github.com/underscore/

Underscore.js Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript symfony underscore

12/10 2013

1.5.2

1.5.2.0 http://documentcloud.github.com/underscore/

Underscore.js Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript symfony underscore

04/02 2013

1.4.4

1.4.4.0 http://documentcloud.github.com/underscore/

Underscore.js Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript symfony underscore

16/01 2013

1.4.3

1.4.3.0 http://documentcloud.github.com/underscore/

Underscore.js Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript symfony underscore