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