mw-cms / form-bundle
form bundle
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
Type:symfony-bundle
pkg:composer/mw-cms/form-bundle
This package is not auto-updated.
Last update: 2025-11-12 20:02:26 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: ~