diff --git a/validation.md b/validation.md index a1aaa7b3681..907fa095699 100644 --- a/validation.md +++ b/validation.md @@ -1887,6 +1887,12 @@ The field under validation must be a valid [Universally Unique Lexicographically The field under validation must be a valid RFC 4122 (version 1, 3, 4, or 5) universally unique identifier (UUID). +You may also validate that the given UUID matches a UUID specification by version: + +```php +'uuid' => 'uuid:4' +``` + ## Conditionally Adding Rules