8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Like i have below rules: this.validator.attach({ name: "mobile_no", alias: "Mobile Number", rules: "required|numeric|length:10" });
I want to display custom message for number and length validation.
Please tell me how to do this.