Joke Collection Website - Blessing messages - How does laravel verify that two fields must have a required field?

How does laravel verify that two fields must have a required field?

The verification chapter of the official document is introduced.

Web page link

Without all necessary checks,

The format is:

Required_without_all: field 1, field 2. ...

Validation will fail if and only if all listed fields are empty, and any non-empty fields will pass.