Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

lavoiesl/jQueryBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symfony 2 jQuery Bundle

Current Version

jQuery 1.7.2 jQuery UI 1.8.21

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

References