dywee / contact-bundle
Symfony3 bundle for easy management of contact form
Package info
github.com/olix21/contact-bundle
Language:Twig
Type:symfony-bundle
pkg:composer/dywee/contact-bundle
dev-master / 1.0.x-dev
2021-03-22 12:28 UTC
Requires
- php: >=7.4|^8.0
- dywee/core-bundle: *
This package is auto-updated.
Last update: 2026-02-22 23:01:25 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