Download the PHP package friendsofvictoire/faq-widget without Composer
On this page you can find all versions of the php package friendsofvictoire/faq-widget. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download friendsofvictoire/faq-widget
More information about friendsofvictoire/faq-widget
Files in friendsofvictoire/faq-widget
Download friendsofvictoire/faq-widget
More information about friendsofvictoire/faq-widget
Files in friendsofvictoire/faq-widget
Vendor friendsofvictoire
Package faq-widget
Short Description Victoire DCMS FAQ widget
License MIT
Homepage http://victoire.io
Package faq-widget
Short Description Victoire DCMS FAQ widget
License MIT
Homepage http://victoire.io
Please rate this library. Is it a good library?
Informations about the package faq-widget
Victoire DCMS FAQ Bundle
What is the purpose of this bundle
This bundles gives you access to the FAQ Widget. This widget integrates Q & A with dropdown hidden answers.
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/faq-widget
Reminder
Do not forget to add the bundle in your AppKernel !
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
...
new Victoire\Widget\FAQBundle\VictoireWidgetFAQBundle(),
);
return $bundles;
}
}
All versions of faq-widget with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
victoire/victoire Version ~2|~3.0
friendsofvictoire/listing-widget Version ~2
victoire/victoire Version ~2|~3.0
friendsofvictoire/listing-widget Version ~2
The package friendsofvictoire/faq-widget contains the following files
Loading the files please wait ....