dwo / validation_mapping_bundle
define extra validation files which are not in the 'Bundle*/Resources/config' directory
Installs: 566
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/dwo/validation_mapping_bundle
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: 2025-10-11 22:24:56 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"