Download the PHP package mv/mv-contact-bundle without Composer
On this page you can find all versions of the php package mv/mv-contact-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mv/mv-contact-bundle
More information about mv/mv-contact-bundle
Files in mv/mv-contact-bundle
Download mv/mv-contact-bundle
More information about mv/mv-contact-bundle
Files in mv/mv-contact-bundle
Vendor mv
Package mv-contact-bundle
Short Description Symfony2 Form contact Bundle
License GPL
Homepage https://github.com/phpmike/MvContactBundle
Package mv-contact-bundle
Short Description Symfony2 Form contact Bundle
License GPL
Homepage https://github.com/phpmike/MvContactBundle
Keywords form contact
Please rate this library. Is it a good library?
Informations about the package mv-contact-bundle
MvContactBundle
Contact form for website
INSTALLATION with COMPOSER
You need have installed Symfony2 2.2 with Composer or have a composer.json file
1) Add to composer.json in the root require
key
"mv/mv-contact-bundle": "2.2.*@dev"
2) Add to AppKernel.php
new Mv\ContactBundle\MvContactBundle(),
3) Add to config.yml
mv_contact:
mail_from: [email protected]
mail_to: [email protected]
# Eventually
mail_cc: [email protected]
mail_bcc: [email protected]
4) Add to routing.yml
mv_contact:
resource: "@MvContactBundle/Resources/config/routing.yml"
for translated websites, add:
prefix: /{_locale}
defaults:
_locale: en
5) Eventually override layout.html.twig
Create app/Resources/MvContactBundle/views/layout.html.twig
See original vendor/mv/mv-contact-bundle/Mv/ContactBundle/Resources/views/layout.html.twig
for example
Change where extends from and bloc name are what you expect...
Run update with composer
php path/to/composer.phar update
Route name "mvcontact" is contact form
All versions of mv-contact-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
symfony/symfony Version >=2.2,<2.7
symfony/swiftmailer-bundle Version ~2.2
symfony/symfony Version >=2.2,<2.7
symfony/swiftmailer-bundle Version ~2.2
The package mv/mv-contact-bundle contains the following files
Loading the files please wait ....