File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 'alpha_space ' => 'The {field} field may only contain alphabetical characters and spaces. ' ,
3131 'decimal ' => 'The {field} field must contain a decimal number. ' ,
3232 'differs ' => 'The {field} field must differ from the {param} field. ' ,
33+ 'equals ' => 'The {field} field must be exactly: {param}. ' ,
3334 'exact_length ' => 'The {field} field must be exactly {param} characters in length. ' ,
3435 'greater_than ' => 'The {field} field must contain a number greater than {param}. ' ,
3536 'greater_than_equal_to ' => 'The {field} field must contain a number greater than or equal to {param}. ' ,
4344 'matches ' => 'The {field} field does not match the {param} field. ' ,
4445 'max_length ' => 'The {field} field cannot exceed {param} characters in length. ' ,
4546 'min_length ' => 'The {field} field must be at least {param} characters in length. ' ,
47+ 'not_equals ' => 'The {field} field cannot be: {param}. ' ,
4648 'numeric ' => 'The {field} field must contain only numbers. ' ,
4749 'regex_match ' => 'The {field} field is not in the correct format. ' ,
4850 'required ' => 'The {field} field is required. ' ,
You can’t perform that action at this time.
0 commit comments