$message public property
The user-defined error message. It may contain the following placeholders which will be replaced accordingly by the validator:
-
{attribute}: the label of the attribute being validated -
{value}: the value of the attribute being validated -
{compareValue}: the value or the attribute label to be compared with -
{compareAttribute}: the label of the attribute to be compared with -
{compareValueOrAttribute}: the value or the attribute label to be compared with
Please login to continue.