starfruitjsc/validator-bundle

validate values

Installs: 53

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:pimcore-bundle

1.0.0 2024-01-09 04:26 UTC

This package is not auto-updated.

Last update: 2024-05-15 01:12:56 UTC


README

    composer require starfruitjsc/validator-bundle

add config/bundles.php

    return [
        ...
        ValidatorBundle\ValidatorBundle::class => ['all' => true],
    ];