From 5b28206c3c10ce3e21a6fa24539f09f355d3a359 Mon Sep 17 00:00:00 2001 From: Ivo Idham Perdameian Date: Thu, 27 Feb 2014 16:00:39 +0700 Subject: [PATCH] Added required_with_all --- app/lang/en/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/lang/en/validation.php b/app/lang/en/validation.php index 7c67d926..34e96615 100644 --- a/app/lang/en/validation.php +++ b/app/lang/en/validation.php @@ -58,6 +58,7 @@ "required" => "The :attribute field is required.", "required_if" => "The :attribute field is required when :other is :value.", "required_with" => "The :attribute field is required when :values is present.", + "required_with_all" => "The :attribute field is required when all of :values are present.", "required_without" => "The :attribute field is required when :values is not present.", "required_without_all" => "The :attribute field is required when none of :values are present.", "same" => "The :attribute and :other must match.",