Download the PHP package victoire/image-widget without Composer
On this page you can find all versions of the php package victoire/image-widget. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package image-widget
Victoire Image Bundle
What is the purpose of this bundle
This bundle installs the Image Widget in your Victoire project. With this widget, you can add any type of image from your Media Library
Then, you can set up :
- its alternative text
- its legend
- define any kind of link among :
- Internal pages
- URL
- A routing setting
- An anchor - i.e a widget within a page
- define the mouseover effect among :
- PopOver
- ToolTip
Set Up Victoire
If you haven't already, you can follow the steps to set up Victoire here
Install the Image Bundle :
Run the following composer command :
php composer.phar require victoire/image-widget
Reminder
Do not forget to add the bundle in your AppKernel !
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
...
new Victoire\Widget\ImageBundle\VictoireWidgetImageBundle(),
);
return $bundles;
}
}
All versions of image-widget with dependencies
PHP Build Version
Package Version
Requires
victoire/victoire Version
~2.3 | ~3.0
The package victoire/image-widget contains the following files
Loading the files please wait ....