Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Latest commit

 

History

History
51 lines (34 loc) · 851 Bytes

File metadata and controls

51 lines (34 loc) · 851 Bytes

PUGXExtraValidatorBundle Documentation

Prerequisites

This version of the bundle requires Symfony 2.1 or higher

Installation

  1. Download PUGXExtraValidatorBundle
  2. Enable the Bundle
  3. Usage

1. Download PUGXExtraValidatorBundle

Run from terminal:

$ php composer.phar require pugx/extravalidator-bundle:2.*

2. Enable the bundle

Enable the bundle in the kernel:

// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new PUGX\ExtraValidatorBundle\PUGXExtraValidatorBundle(),
    );
}

3. Validators