kian/standard-validations

make standard for validations

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

This package is auto-updated.

Last update: 2025-04-29 01:27:53 UTC


README

Usage

Installation

  1. Clone Project From Github
composer require kian/standard-validations

Available Rules

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

View in Github

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

Example

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