not(Validator::startsWith('+'))->noWhitespace()->validate($value)); } public function message() { return 'The :attribute should not be a phone number'; } }