lavoiesl/jquery-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

Symfony jQuery Bundle

Installs: 72

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Language:JavaScript

Type:symfony-bundle

v1.7.2 2012-04-14 14:27 UTC

This package is not auto-updated.

Last update: 2022-07-18 08:52:11 UTC


README

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