Skip to content

Validation

Draft

This page is a stub. Content coming.

To cover

  • Rule syntax (rule|arg1,arg2,key:value) — different from Laravel (| not :)
  • Available rules: required, nullable, string, int, float, bool, array, email, url, uuid, uuid7, date, in, min, confirmed, exists, unique, json
  • Sanitization and sanitizer substitution
  • nullable + default|value casting
  • ValidatesRules trait in HandlerInput classes
  • Output escaping with OutputSanitizer

Released under the MIT License.