The stopOnFirstFailure method will inform the validator that it should stop validating all attributes once a single validation failure has occurred:
stopOnFirstFailure
if ($validator->stopOnFirstFailure()->fails()) { // ... }