dywee/contact-bundle

Symfony3 bundle for easy management of contact form

Installs: 51

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Language:Twig

Type:symfony-bundle

dev-master / 1.0.x-dev 2021-03-22 12:28 UTC

This package is auto-updated.

Last update: 2024-04-22 19:13:57 UTC


README

this README is currently in progress. Thank you for your understanding...

Designed to work fine with the DyweeCoreBundle providing great administration features

##Installing

just run

$ composer require dywee/contact-bundle

add the bundle to the kernel

new Dywee\ContactBundle\DyweeContactBundle(),

add the routing informations

dywee_contact:
    resource: "@DyweeContactBundle/Controller"
    type: annotation
    prefix:   /

no more configuration needed