jaguero/meshi-contact
Composer 安装命令:
composer require jaguero/meshi-contact
包简介
Fun forms for AmulenCMS
README 文档
README
Fun forms plugin for AmulenCMS
Install
Require with composer:
composer require jaguero/meshi-contact
Run Amulen install command:
php app/console amulen:plugin:register "Jaguero\MeshiContactBundle\JagueroMeshiContactBundle"
Update DB schema:
php app/console doctrine:schema:update --force
For ReCaptcha:
This plugin is using the excellent bundle: https://github.com/excelwebzone/EWZRecaptchaBundle
Quick install:
Register the lib bundle:
<?php // in AppKernel::registerBundles() $bundles = array( // ... new EWZ\Bundle\RecaptchaBundle\EWZRecaptchaBundle(), // ... );
Add the following to your config file:
# app/config/config.yml 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%
统计信息
- 总下载量: 38
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-06-27