2017 © Pedro Peláez
 

symfony-bundle jquery-bundle

jQuery Bundle for Symfony2

image

alexandermatveev/jquery-bundle

jQuery Bundle for Symfony2

  • Friday, June 16, 2017
  • by AlexanderMatveev
  • Repository
  • 1 Watchers
  • 0 Stars
  • 36 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 6 % Grown

The README.md

jQuery Bundle for Symfony2

Current Version

jQuery 3.2.1, (*1)

Installation

Add bundle to your composer.json file

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

{ "require": { // ... "alexandermatveev/jquery-bundle": "*" } }, (*3)


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

Download the bundle using Composer

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


### Install assets Given your server's public directory is named "web", install the public vendor resources ``` bash $ bin/console assets:install web

Optionally, use the --symlink attribute to create links rather than copies of the resources, (*5)

``` bash $ bin/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/alexandermatveevjquery/lib/jquery-3.2.1.min.js') }}"></script>

Licenses

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

References

  1. https://jquery.com
  2. http://symfony.com

The Versions

16/06 2017

dev-master

9999999-dev https://github.com/AlexanderMatveev/jquery-bundle

jQuery Bundle for Symfony2

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

jquery javascript symfony

16/06 2017

1.0

1.0.0.0 https://github.com/AlexanderMatveev/jquery-bundle

jQuery Bundle for Symfony2

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

jquery javascript symfony