starfruitjsc / validator-bundle
validate values
Package info
gitlab.com/gitlabstarfruit/validator-bundle
Type:pimcore-bundle
pkg:composer/starfruitjsc/validator-bundle
1.0.0
2024-01-09 04:26 UTC
Requires
- php: >=8.1
- symfony/validator: >=6.0
This package is not auto-updated.
Last update: 2026-04-01 09:32:09 UTC
README
composer require starfruitjsc/validator-bundle
add config/bundles.php
return [
...
ValidatorBundle\ValidatorBundle::class => ['all' => true],
];