This version of the bundle requires Symfony 2.1 or higher
- Download PUGXExtraValidatorBundle
- Enable the Bundle
- Usage
Run from terminal:
$ php composer.phar require pugx/extravalidator-bundle:2.*
Enable the bundle in the kernel:
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new PUGX\ExtraValidatorBundle\PUGXExtraValidatorBundle(),
);
}