Laravel Stop при первой ошибке проверки

# in request file

/**
 * Indicates if the validator should stop on the first rule failure.
 *
 * @var bool
 */
protected $stopOnFirstFailure = true;
Irfan