2017 © Pedro Peláez
 

symfony-bundle nivo-slider-bundle

jQuery Nivo Slider plugin integration for symfony.

image

sfk/nivo-slider-bundle

jQuery Nivo Slider plugin integration for symfony.

  • Monday, March 18, 2013
  • by getme
  • Repository
  • 1 Watchers
  • 0 Stars
  • 59 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

jQuery Nivo Slider plugin integration for Symfony2

Installation

Add bundle via composer (Symfony 2.1)

php composer.phar require sfk/nivo-slider-bundle:dev-master

Register bundle in your application kernel

// app/AppKernel.php
public function registerBundles() 
{
    $bundles = array(
        // ...
        new Sfk\NivoSliderBundle\SfkNivoSliderBundle(),
    );
}

Install assets and clear cache

php app/console assets:install --symlink target/
php app/console cache:clear

Include theme css file

<link rel="stylesheet" href="{{ asset('bundles/sfknivoslider/nivo-slider/themes/default/default.css') }}" type="text/css" media="screen" />

Include slider javascript file

NOTE You must have jquery library included, (*1)

<script type="text/javascript" src="/a path to jquery"></script>
<script type="text/javascript" src="{{ asset('bundles/sfknivoslider/nivo-slider/jquery.nivo.slider.pack.js') }}"></script>

License

Refer to the source code of the included files, (*2)

The Versions

18/03 2013

dev-master

9999999-dev http://github.com/getme/NivoSliderBundle

jQuery Nivo Slider plugin integration for symfony.

  Sources   Download

MIT

The Requires

 

by Oleg Khussainov

jquery slider nivo image slider

18/03 2013

v0.2.0

0.2.0.0 http://github.com/getme/NivoSliderBundle

jQuery Nivo Slider plugin integration for symfony.

  Sources   Download

MIT

The Requires

 

by Oleg Khussainov

jquery slider nivo image slider

24/10 2012

v0.1.0

0.1.0.0 http://github.com/getme/NivoSliderBundle

jQuery Nivo Slider plugin integration for symfony.

  Sources   Download

MIT

The Requires

 

by Oleg Khussainov

jquery slider nivo image slider