Download the PHP package friendsofvictoire/picturecomparator-widget without Composer
On this page you can find all versions of the php package friendsofvictoire/picturecomparator-widget. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download friendsofvictoire/picturecomparator-widget
More information about friendsofvictoire/picturecomparator-widget
Files in friendsofvictoire/picturecomparator-widget
Download friendsofvictoire/picturecomparator-widget
More information about friendsofvictoire/picturecomparator-widget
Files in friendsofvictoire/picturecomparator-widget
Vendor friendsofvictoire
Package picturecomparator-widget
Short Description Victoire PictureComparator widget
License MIT
Homepage http://victoire.io
Package picturecomparator-widget
Short Description Victoire PictureComparator widget
License MIT
Homepage http://victoire.io
Please rate this library. Is it a good library?
Informations about the package picturecomparator-widget
Victoire PictureComparator Bundle
What is the purpose of this bundle
This bundle implements the [zurb twentytwenty picture comparison slider] (http://zurb.com/playground/twentytwenty)
Set Up Victoire
If you haven't already, you can follow the steps to set up Victoire here
Install the bundle :
Run the following composer command :
php composer.phar require friendsofvictoire/picturecomparator-widget
Reminder
Do not forget to add the bundle in your AppKernel !
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
...
new Victoire\Widget\PictureComparatorBundle\VictoireWidgetPictureComparatorBundle(),
);
return $bundles;
}
}
All versions of picturecomparator-widget with dependencies
PHP Build Version
Package Version
The package friendsofvictoire/picturecomparator-widget contains the following files
Loading the files please wait ....