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
Requires
- php: >=5.4
- symfony/config: ~2.6|~3.0
- symfony/dependency-injection: ~2.6|~3.0
- symfony/http-kernel: ~2.6|~3.0
- symfony/validator: ~2.6|~3.0
Requires (Dev)
- symfony/expression-language: ~2.6|~3.0
This package is not auto-updated.
Last update: 2024-11-09 17:38:35 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"