symfony-bundle contact-bundle
Symfony2 ContactBundle, a simple contact page for your website
rudak/contact-bundle
Symfony2 ContactBundle, a simple contact page for your website
- Friday, February 6, 2015
- by rudak
- Repository
- 1 Watchers
- 0 Stars
- 53 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Petit bundle qui ajoute une page de contact a votre site web, (*1)
Installation
ajouter new Rudak\ContactBundle\RudakContactBundle(),
dans le kernel, (*2)
Routing
ajouter dans routing.yml, (*3)
rudak_contact:
resource: "@RudakContactBundle/Resources/config/routing.yml"
prefix: /
ajouter la config qui va bien dans app/config.yml, (*4)
rudak_contact:
email_from: email-from@email.fr
email_to : email-to@email.fr
email_subject: 'Nouveau contact sur tonsite.fr'
use_reCaptcha : true
reCaptcha_secret_key : 123456789azertyuiopqsdfghjklmwxcvbn987654321
dev-master
9999999-dev
Symfony2 ContactBundle, a simple contact page for your website
Sources
Download
MIT
contact