dwo/validation_mapping_bundle

define extra validation files which are not in the 'Bundle*/Resources/config' directory

v1.0.4 2016-11-14 13:30 UTC

This package is not auto-updated.

Last update: 2024-04-13 14:50:29 UTC


README

define extra validation files which are not in the 'Bundle*/Resources/config' directory

Installation

#AppKernel.php

public function registerBundles()
{
    $bundles = array(
        ...
        new Dwo\ValidationMappingBundle\DwoValidationMappingBundle(),
    );
}

Usage

#config.yml

dwo_validation_mapping:
  mappings:
    -
      file: path/to/your/validation/validation.yml"