starfruitjsc/validator-bundle

验证值

安装: 347

依赖项: 1

建议者: 0

安全性: 0

星标: 0

分支: 0

类型:pimcore-bundle

1.0.0 2024-01-09 04:26 UTC

This package is not auto-updated.

Last update: 2024-09-18 02:36:37 UTC


README

    composer require starfruitjsc/validator-bundle

添加 config/bundles.php

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