kian/standard-validations

v1.0.1 2024-05-01 11:59 UTC

This package is auto-updated.

Last update: 2024-10-01 00:25:57 UTC


README

使用

安装

  1. 从Github克隆项目
composer require kian/standard-validations

可用规则

  1. ShortTextRule($minLength = null, $maxLength = null)

在Github中查看

https://github.com/EslamAtiakian/kian-standard-validations

示例

'name' => ['required', new ShortTextRule() ],