2017 © Pedro Peláez
 

symfony-bundle contact-bundle

Symfony2 ContactBundle, a simple contact page for your website

image

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

The README.md

ContactBundle

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

The Versions

06/02 2015

dev-master

9999999-dev

Symfony2 ContactBundle, a simple contact page for your website

  Sources   Download

MIT

contact