Download the PHP package friendsofvictoire/menu-widget without Composer
On this page you can find all versions of the php package friendsofvictoire/menu-widget. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download friendsofvictoire/menu-widget
More information about friendsofvictoire/menu-widget
Files in friendsofvictoire/menu-widget
Download friendsofvictoire/menu-widget
More information about friendsofvictoire/menu-widget
Files in friendsofvictoire/menu-widget
Vendor friendsofvictoire
Package menu-widget
Short Description Victoire DCMS Menu widget
License MIT
Package menu-widget
Short Description Victoire DCMS Menu widget
License MIT
Please rate this library. Is it a good library?
Informations about the package menu-widget
Victoire DCMS Menu Bundle
What is the purpose of this bundle
This bundles gives you access to the Menu Widget. With this widget, you can install a header menu, footer menu, or a menu directly on a page.
The categories can link to :
- Internal pages
- URL
- A routing setting
- An anchor - i.e a widget within a page
Set Up Victoire
If you haven't already, you can follow the steps to set up Victoire here
Install the Menu Bundle :
Run the following composer command :
php composer.phar require friendsofvictoire/menu-widget
Reminder
Do not forget to add the bundle in your AppKernel !
Tricks
You can then use this widget menu in any web site. To get a full responsive menu, you can add these lines in your layout :
<header id="header">
<nav class="container">
<div id="header-logo" class="vic-mini-slot">
{{ cms_slot_widgets('header_logo') }}
</div>
<button id="header-links-list-trigger" class="hidden-md hidden-lg"><i class="fa fa-bars"></i></button>
<div id="header-linkList" class="vic-mini-slot">
{{ cms_slot_widgets('header_nav') }}
</div>
</nav>
</header>
All versions of menu-widget with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.9
symfony/framework-bundle Version ~2.8|~3.0
friendsofvictoire/listing-widget Version ~2.0
victoire/victoire Version >=2.0.0|~3.0
symfony/framework-bundle Version ~2.8|~3.0
friendsofvictoire/listing-widget Version ~2.0
victoire/victoire Version >=2.0.0|~3.0
The package friendsofvictoire/menu-widget contains the following files
Loading the files please wait ....