Download the PHP package friendsofvictoire/simplecontactform-widget without Composer
On this page you can find all versions of the php package friendsofvictoire/simplecontactform-widget. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download friendsofvictoire/simplecontactform-widget
More information about friendsofvictoire/simplecontactform-widget
Files in friendsofvictoire/simplecontactform-widget
Download friendsofvictoire/simplecontactform-widget
More information about friendsofvictoire/simplecontactform-widget
Files in friendsofvictoire/simplecontactform-widget
Vendor friendsofvictoire
Package simplecontactform-widget
Short Description Victoire DCMS SimpleContactForm widget
License MIT
Homepage http://victoire.io
Package simplecontactform-widget
Short Description Victoire DCMS SimpleContactForm widget
License MIT
Homepage http://victoire.io
Please rate this library. Is it a good library?
Informations about the package simplecontactform-widget
Deprecated - You'd better use the friendsofvictoire/form-widget
Victoire DCMS Simple Contact Form Bundle
What is the purpose of this bundle
This bundle gives you access to the Simple Contact Form Widget. With this widget, you can install a header menu, footer menu, or a menu directly on a page.
Set Up Victoire
If you haven't already, you can follow the steps to set up Victoire here
Install the Simple Contact Form Bundle :
Run the following composer command :
php composer.phar require friendsofvictoire/simplecontactform-widget
Reminder
Do not forget to add the bundle in your AppKernel !
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
...
new Victoire\Widget\SimpleContactForm\VictoireSimpleContactFormBundle(),
);
return $bundles;
}
}
All versions of simplecontactform-widget with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.9
symfony/framework-bundle Version ~2.8|~3.0
victoire/victoire Version >=2.0.0|~3.0
appventus/shortcuts-bundle Version dev-master
appventus/swiftmailerdbbundle Version ~1.0
appventus/spoolmailerbundle Version ~1.0
symfony/framework-bundle Version ~2.8|~3.0
victoire/victoire Version >=2.0.0|~3.0
appventus/shortcuts-bundle Version dev-master
appventus/swiftmailerdbbundle Version ~1.0
appventus/spoolmailerbundle Version ~1.0
The package friendsofvictoire/simplecontactform-widget contains the following files
Loading the files please wait ....