dev-master
9999999-dev https://github.com/alexbridge/symfony-bundle-contactBundle for Symfony 2 with a general contact form for your website
MIT
The Requires
by alexbridge
bundle symfony contact contact form symfony 2
Bundle for Symfony 2 with a general contact form for your website
Bundle for Symfony 2 with a generic contact form for your website., (*1)
Fields:, (*2)
Installation:, (*3)
composer require alexbridge/symfony-bundle-contact
Enable Bundle, (*4)
// app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Alexo\ContactBundle\ContactBundle(), ); }
Register routes, (*5)
// app/config/routing.yml contact: resource: "@ContactBundle/Controller/" type: annotation prefix: /contact
Configuration:, (*6)
contact: # an array email addresses to receive contact messages receiver_emails: []
Routes:, (*7)
contact
route to your views and route generation/contact
uri to see contact formBundle for Symfony 2 with a general contact form for your website
MIT
bundle symfony contact contact form symfony 2