imsha/document-validator

文档代码的Laravel验证

1.0.0 2022-12-19 06:53 UTC

This package is auto-updated.

Last update: 2024-09-19 13:18:58 UTC


README

可用的检查

安装

lumen

bootstrap

$app->register(Tochka\Validators\DocumentValidatorServiceProvider::class);

Laravel >=5.5

提供者将自动注册

laravel <=5.4

在 configs/app.php 中注册提供者

测试

phpunit vendor/tochka-developers/document-validator/tests/DocumentValidatorTest.php