starfruitjsc/validator-bundle

validate values

Maintainers

Package info

gitlab.com/gitlabstarfruit/validator-bundle

Issues

Type:pimcore-bundle

pkg:composer/starfruitjsc/validator-bundle

Statistics

Installs: 443

Dependents: 1

Suggesters: 0

Stars: 0

1.0.0 2024-01-09 04:26 UTC

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],
    ];