Download the PHP package idci/contact-form-bundle without Composer
On this page you can find all versions of the php package idci/contact-form-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download idci/contact-form-bundle
More information about idci/contact-form-bundle
Files in idci/contact-form-bundle
Package contact-form-bundle
Short Description Symfony ContactFormBundle
License GPL-3.0+
Informations about the package contact-form-bundle
ContactFormBundle
Symfony2 contact form bundle and social sharing
Installation
To install this bundle please follow the next steps:
First add the dependencies to your composer.json
file:
Then install the bundle with the command:
Enable the bundle in your application kernel:
As you can see, we use WhiteOctoberPagerFantaBundle to paginate list results. So you have to define the max_per_page parameter in your app/config/parameters.yml
Add needed routes in the app/config/routing.yml
to use this bundle with all your forms anywhere
If you wish access to an administration space, add this following controllers:
If you wish to see a form demo in action, you can add the contact demo controller
Furthermore you can simply declare one route, which will include all controllers
Now the Bundle is installed.
Configure your database parameters in the app/config/parameters.yml
then run
All versions of contact-form-bundle with dependencies
symfony/framework-bundle Version 2.1.*
twig/twig Version *
doctrine/doctrine-bundle Version *
pagerfanta/pagerfanta Version dev-master
white-october/pagerfanta-bundle Version 2.1.x-dev