2017 © Pedro Peláez
 

symfony-bundle fancybox-bundle

jQuery FancyBox Bundle for Symfony2

image

romangorbatko/fancybox-bundle

jQuery FancyBox Bundle for Symfony2

  • Thursday, December 18, 2014
  • by RomanGorbatko
  • Repository
  • 1 Watchers
  • 0 Stars
  • 45 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

FancyBox Bundle for Symfony2

Current Version

fancyBox 2.1.4, (*1)

Installation

Add bundle to your composer.json file

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

{ "require": { // ... "RomanGorbatko/fancybox-bundle": "*" } }, (*3)


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

Download the bundle using Composer

``` bash $ php composer.phar update RomanGorbatko/fancybox-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 <script type="text/javascript" src="{{ asset('bundles/RomanGorbatkofancybox/js/fancybox/source/jquery.fancybox.pack.js') }}"></script>

Licenses

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

References

  1. http://www.fancyapps.com/fancybox/
  2. http://symfony.com

The Versions

18/12 2014

dev-master

9999999-dev http://www.fancyapps.com/fancybox/

jQuery FancyBox Bundle for Symfony2

  Sources   Download

MIT GPLv2

The Requires

  • php >=5.3.0

 

The Development Requires

jquery javascript symfony fancybox