mw-cms / form-bundle
form bundle
dev-main
2025-11-12 17:46 UTC
This package is not auto-updated.
Last update: 2026-03-05 16:34:44 UTC
README
https://github.com/Gregwar/CaptchaBundle
Compatibility with Symfony
If you are using Symfony < 2.8, you should use version 1.*
If you are using SYmfony >= 2.8, you should use version 2.*
Installation
Enable the bundle in the kernel:
<?php
// app/appKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new Gregwar\CaptchaBundle\GregwarCaptchaBundle(),
);
}
Configuration
Add the following configuration to your app/config/config.yml:
gregwar_captcha: ~