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.
1 parent 9eab9df commit 616c73eCopy full SHA for 616c73e
validation.md
@@ -693,9 +693,9 @@ The field under validation must exist on a given database table.
693
#### Basic Usage Of Exists Rule
694
695
'state' => 'exists:states'
696
-
697
-If the column parameter is not specified we will guess that the column that is being "verified" shares the given attribute's name.
698
+
+If the `column` option is not specified, the field name will be used.
699
#### Specifying A Custom Column Name
700
701
'state' => 'exists:states,abbreviation'
0 commit comments