2017 © Pedro Peláez
 

symfony-bundle jquery-mobile-bundle

jQuery Mobile Bundle for Symfony2

image

bmatzner/jquery-mobile-bundle

jQuery Mobile Bundle for Symfony2

  • Saturday, March 26, 2016
  • by bmatzner
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2,402 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

jQuery Mobile Bundle for Symfony2

Current Version

jQuery Mobile 1.4.5, (*1)

Installation

Add bundle to your composer.json file

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

{ "require": { // ... "bmatzner/jquery-mobile-bundle": "~1.4" } }, (*3)


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

Download the bundle using Composer

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


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

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

``` bash $ php app/console assets:install --symlink web, (*6)


## Usage Refer to the desired files in your HTML template, e.g. ``` html <link rel="stylesheet" type="text/css" href="{{ asset('bundles/bmatznerjquerymobile/css/jquery.mobile.min.css') }}" /> <script type="text/javascript" src="{{ asset('bundles/bmatznerjquery/js/jquery.min.js') }}"></script> <script type="text/javascript" src="{{ asset('bundles/bmatznerjquerymobile/js/jquery.mobile.min.js') }}"></script>

Licenses

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

References

  1. http://jquerymobile.com
  2. http://symfony.com

The Versions

26/03 2016

dev-master

9999999-dev http://jquerymobile.com/

jQuery Mobile Bundle for Symfony2

  Sources   Download

MIT GPLv2

The Requires

 

jquery javascript symfony mobile

26/03 2016

1.4.5

1.4.5.0 http://jquerymobile.com/

jQuery Mobile Bundle for Symfony2

  Sources   Download

MIT GPLv2

The Requires

 

jquery javascript symfony mobile

22/04 2014

1.4.2

1.4.2.0 http://jquerymobile.com/

jQuery Mobile Bundle for Symfony2

  Sources   Download

MIT GPLv2

The Requires

 

jquery javascript symfony mobile

23/11 2013

1.3.2

1.3.2.0 http://jquerymobile.com/

jQuery Mobile Bundle for Symfony2

  Sources   Download

MIT GPLv2

The Requires

 

jquery javascript symfony mobile

19/06 2013

1.3.1

1.3.1.0 http://jquerymobile.com/

jQuery Mobile Bundle for Symfony2

  Sources   Download

MIT GPLv2

The Requires

 

jquery javascript symfony mobile

21/02 2013

1.3.0

1.3.0.0 http://jquerymobile.com/

jQuery Mobile Bundle for Symfony2

  Sources   Download

MIT GPLv2

The Requires

 

jquery javascript symfony mobile

18/02 2013

1.3.0-rc1

1.3.0.0-RC1 http://jquerymobile.com/

jQuery Mobile Bundle for Symfony2

  Sources   Download

MIT GPLv2

The Requires

 

jquery javascript symfony mobile

26/01 2013

1.3.0-beta1

1.3.0.0-beta1 http://jquerymobile.com/

jQuery Mobile Bundle for Symfony2

  Sources   Download

MIT GPLv2

The Requires

 

jquery javascript symfony mobile