icode4food / jqueryui-bundle
jQuery UI AMD Bundle for Symfony2
Installs: 141
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:symfony-bundle
Requires
- php: >=5.3.3
- symfony/framework-bundle: 2.*
This package is not auto-updated.
Last update: 2019-02-20 17:18:51 UTC
README
Current Version
jQuery UI 1.9.2
Requirements
jQuery core
Installation
Add bundle to your composer.json file
// composer.json { "require": { // ... "icode4food/jqueryui-bundle": "*" } }
Add bundle to your application kernel
// app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Icode4food\JqueryUiBundle\Icode4foodJqueryUiBundle(), // ... ); }
Download the bundle using Composer
$ php composer.phar update icode4food/jqueryui-bundle
Usage
Refer to the desired files in your AMD module
Licenses
Refer to the source code of the included files for license information