added exists method and language lines for ip and exists rules.

This commit is contained in:
Taylor Otwell
2012-01-30 09:54:19 -06:00
parent 429ac00ff5
commit 72d181b330
2 changed files with 39 additions and 3 deletions

View File

@@ -47,9 +47,11 @@ return array(
),
"confirmed" => "The :attribute confirmation does not match.",
"email" => "The :attribute format is invalid.",
"exists" => "The selected :attribute is invalid.",
"image" => "The :attribute must be an image.",
"in" => "The selected :attribute is invalid.",
"integer" => "The :attribute must be an integer.",
"ip" => "The :attribute must be a valid IP address.",
"max" => array(
"numeric" => "The :attribute must be less than :max.",
"file" => "The :attribute must be less than :max kilobytes.",