symfony-bundle jquery-bundle
Symfony jQuery Bundle
lavoiesl/jquery-bundle
Symfony jQuery Bundle
- Friday, July 6, 2012
- by lavoiesl
- Repository
- 1 Watchers
- 1 Stars
- 64 Installations
- JavaScript
- 1 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
Symfony 2 jQuery Bundle
Current Version
jQuery 1.7.2
jQuery UI 1.8.21, (*1)
Installation
Add bundle in your composer.json
{
"require": {
"lavoiesl/jquery-bundle": "*"
}
}
Add bundle to your application kernel
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new LavoieSl\jQueryBundle\LavoieSljQueryBundle(),
// ...
);
}
Licenses
Refer to the source code of the included files for license information, (*2)
References