File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 27
27
"countbetween " => ":attribute moet tussen :min en :max geselecteerde elementen bevatten. " ,
28
28
"countmax " => ":attribute moet minder dan :max geselecteerde elementen bevatten. " ,
29
29
"countmin " => ":attribute moet minimaal :min geselecteerde elementen bevatten. " ,
30
+ "date_format " => ":attribute moet een geldige datum formaat bevatten. " ,
30
31
"different " => ":attribute en :other moeten verschillend zijn. " ,
31
32
"email " => ":attribute is geen geldig e-mailadres. " ,
32
33
"exists " => ":attribute bestaat niet. " ,
49
50
"not_in " => "Het formaat van :attribute is ongeldig. " ,
50
51
"numeric " => ":attribute moet een nummer zijn. " ,
51
52
"required " => ":attribute is verplicht. " ,
53
+ "required_with " => ":attribute is verplicht i.c.m. :field " ,
52
54
"same " => ":attribute en :other moeten overeenkomen. " ,
53
55
"size " => array (
54
56
"numeric " => ":attribute moet :size zijn. " ,
You can’t perform that action at this time.
0 commit comments