🚧Validations
All the validation rules can be found in the ValidationRules.php
file located in the root directory.
Overwrite Validation Rules
You can define your own rules using the createCommentUsing(callable $callable)
and updateCommentUsing(callable $callable)
properties in the boot
method of a service provider.
Last updated