dev-master
9999999-devFun forms for AmulenCMS
MIT
The Requires
by Juan Manuel Aguero
1.0.1
1.0.1.0Fun forms for AmulenCMS
MIT
The Requires
by Juan Manuel Aguero
Wallogit.com
2017 © Pedro Peláez
Fun forms for AmulenCMS
Fun forms plugin for AmulenCMS, (*1)
Require with composer:, (*2)
composer require jaguero/meshi-contact
Run Amulen install command:, (*3)
php app/console amulen:plugin:register "Jaguero\MeshiContactBundle\JagueroMeshiContactBundle"
Update DB schema:, (*4)
php app/console doctrine:schema:update --force
This plugin is using the excellent bundle: https://github.com/excelwebzone/EWZRecaptchaBundle, (*5)
Quick install:, (*6)
Register the lib bundle:, (*7)
<?php
// in AppKernel::registerBundles()
$bundles = array(
// ...
new EWZ\Bundle\RecaptchaBundle\EWZRecaptchaBundle(),
// ...
);
Add the following to your config file:, (*8)
``` yaml, (*9)
ewz_recaptcha: public_key: here_is_your_public_key private_key: here_is_your_private_key # Not needed as "%kernel.default_locale%" is the default value for the locale key locale_key: %kernel.default_locale% ```, (*10)
Fun forms for AmulenCMS
MIT
Fun forms for AmulenCMS
MIT