class Validator implements ExtenderInterface
Methods
configure(callable|string $callback)
Configure the validator. This is often used to adjust validation rules, but can be used to make other changes to the validator as well.
Details
at
line 25
__construct(string $validatorClass)
at
line 42
Validator
configure(callable|string $callback)
Configure the validator. This is often used to adjust validation rules, but can be used to make other changes to the validator as well.