v2-docs
v2-docs copied to clipboard
Specify that “fields” key must be prepended on validation rules
To use validation rules like required_if, required_with, same the fields.
string must be added before the field name.
But this note missing from the docs.
NOTE: v3 doesn't require fields.
to be prepended