From 36260876ddac4d564241b27afad4bbeac0c32ad3 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 28 Feb 2014 14:58:02 -0600 Subject: [PATCH] Add sample custom error message. --- app/lang/en/validation.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/lang/en/validation.php b/app/lang/en/validation.php index ee9b7f9f..b03b926c 100644 --- a/app/lang/en/validation.php +++ b/app/lang/en/validation.php @@ -82,7 +82,11 @@ | */ - 'custom' => array(), + 'custom' => array( + 'attribute-name' => array( + 'rule-name' => 'custom-message', + ), + ), /* |--------------------------------------------------------------------------