|
@@ -50,6 +50,7 @@ return array(
|
|
"not_in" => "The selected :attribute is invalid.",
|
|
"not_in" => "The selected :attribute is invalid.",
|
|
"numeric" => "The :attribute must be a number.",
|
|
"numeric" => "The :attribute must be a number.",
|
|
"required" => "The :attribute field is required.",
|
|
"required" => "The :attribute field is required.",
|
|
|
|
+ "required_with" => "The :attribute field is required with :field",
|
|
"same" => "The :attribute and :other must match.",
|
|
"same" => "The :attribute and :other must match.",
|
|
"size" => array(
|
|
"size" => array(
|
|
"numeric" => "The :attribute must be :size.",
|
|
"numeric" => "The :attribute must be :size.",
|
|
@@ -93,4 +94,4 @@ return array(
|
|
|
|
|
|
'attributes' => array('test_attribute' => 'attribute'),
|
|
'attributes' => array('test_attribute' => 'attribute'),
|
|
|
|
|
|
-);
|
|
|
|
|
|
+);
|