1
+ {
2
+ "above" : " The {{field}} should be above {{argument.0}}." ,
3
+ "accepted" : " The {{field}} should have been accepted" ,
4
+ "after" : " The {{field}} should be a date after {{argument.0}}" ,
5
+ "after_offset_of" : " The {{field}} should be after {{argument.0}} {{argument.1}} from today’s date" ,
6
+ "alpha" : " The {{field}} should contain letters only" ,
7
+ "alpha_numeric" : " The {{field}} should contain letters and numbers only" ,
8
+ "array" : " The {{field}} should be an ARRAY." ,
9
+ "before" : " The {{field}} should be a date before {{argument.0}}." ,
10
+ "before_offset_of" : " The {{field}} should be before {{argument.0}} {{argument.1}} from today’s date" ,
11
+ "between" : " The {{field}} should be between {{argument.0}} and {{argument.1}}." ,
12
+ "boolean" : " The {{field}} should be true or false." ,
13
+ "confirmed" : " The {{field}} confirmation does not match." ,
14
+ "date" : " The {{field}} should be a valid date" ,
15
+ "date_format" : " The {{field}} should be a valid date according to given format {{argument.0}}." ,
16
+ "different" : " The {{field}} and {{argument.0}} should be different." ,
17
+ "email" : " The {{field}} should be a valid email address." ,
18
+ "ends_with" : " The {{field}} should end with given letters ({{argument}})." ,
19
+ "equals" : " The {{field}} should equal {{argument.0}}." ,
20
+ "exists" : " The {{field}} should exists in table {{argument.0}}." ,
21
+ "file" : " The {{field}} should contain a file." ,
22
+ "in" : " The {{field}} should fall within defined values of ({{argument}})." ,
23
+ "includes" : " The {{field}} should include define letters ({{argument}})." ,
24
+ "integer" : " The {{field}} should be an INTEGER." ,
25
+ "ip" : " The {{field}} should be a valid IP address." ,
26
+ "ipv4" : " The {{field}} should be a valid IPV4 address." ,
27
+ "ipv6" : " The {{field}} should be a valid IPV6 address." ,
28
+ "json" : " The {{field}} should be a valid JSON string." ,
29
+ "max" : " The {{field}} should not be more than {{argument.0}}." ,
30
+ "min" : " The {{field}} should not be less than {{argument.0}}." ,
31
+ "not_contains_at_least" : " The {{field}} array should contain at least {{argument.0}} item that's not {{argument.1}}." ,
32
+ "not_equals" : " The {{field}} should be different than {{argument.0}}." ,
33
+ "not_in" : " The {{field}} should not be one of ({{argument}})." ,
34
+ "object" : " The {{field}} should be a valid OBJECT." ,
35
+ "range" : " The {{field}} should be between {{argument.0}} and {{argument.1}}." ,
36
+ "regex" : " The {{field}} format is invalid." ,
37
+ "required" : " The {{field}} is required." ,
38
+ "required_if" : " The {{field}} is required when {{argument.0}} exist." ,
39
+ "required_when" : " The {{field}} is required when value of {{argument.0}} is equal to {{argument.1}}" ,
40
+ "required_with_all" : " The {{field}} is required when all of ({{argument}}) are present." ,
41
+ "required_with_any" : " The {{field}} is required when any of ({{argument}}) are present." ,
42
+ "required_without_all" : " The {{field}} is required when none of ({{argument}}) are present." ,
43
+ "required_without_any" : " The {{field}} is required when any of ({{argument}}) are present." ,
44
+ "same" : " The {{field}} and {{argument.0}} should match." ,
45
+ "starts_with" : " The {{field}} should starts with given letters ({{argument}})." ,
46
+ "string" : " The {{field}} should be a STRING." ,
47
+ "under" : " The {{field}} should be under {{argument.0}}." ,
48
+ "unique" : " The {{field}} has already been taken by someone else." ,
49
+ "url" : " The {{field}} should be a valid url."
50
+ }
0 commit comments