Laravel berhenti pada kesalahan validasi pertama

# in request file

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