Download the PHP package fbeen/contactformbundle without Composer
On this page you can find all versions of the php package fbeen/contactformbundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fbeen/contactformbundle
More information about fbeen/contactformbundle
Files in fbeen/contactformbundle
Package contactformbundle
Short Description This Bundle adds contactform integration in your Symfony project. It lets you render and process contactforms and add them to the database. Includes a Sonata admin class to view the contact requests in the admin panel.
License MIT
Informations about the package contactformbundle
FbeenContactformBundle
This Bundle adds contactform integration in your Symfony project. It lets you render and process contactforms and add them to the database. Includes a Sonata admin class to view the contact requests in the admin panel
Features include:
- Doctrine ORM database storage of your contact requests
- Bootstrap ready pages and forms
- Sonata admin integration
- Login with just their mailaddress and password
- email admins and/or user a confirmation
- Use your own ContactRequest entity
- Use your own ContactRequest form type
Installation
Using composer:
1) Add "fbeen/contactformbundle": "dev-master"
to the require section of your composer.json project file.
2) run composer update:
$ composer update
3) Add the bundles to the app/AppKernel.php:
4) add routes to app/config/routing.yml
5) Enable Translation in app/config/config.yml
6) Update your database schema
7) [Optional] Add minimal configuration for the FbeenContactformBundle in app/config/config.yml
This are all the configuration parameters with their defaultvalue:
8) [Optional] Use your own ContactRequest Entity That is as simple as making any entity. There are only two things
-
Your entity must implement
Fbeen\ContactformBundle\Model\ContactRequestInterface
- You must add the FQDN to the configuration:
9) [Optional] Use your own formType That is as simple as making any formType and add configuration
- You must add the FQDN to the configuration:
All versions of contactformbundle with dependencies
symfony/framework-bundle Version ^2.7|^3.0
fbeen/mailerbundle Version ^1.0
hybridauth/hybridauth Version ^2.7