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 2a483bb commit 78cb268Copy full SHA for 78cb268
resources/lang/en/validation.php
@@ -108,6 +108,7 @@
108
'string' => 'The :attribute must be :size characters.',
109
'array' => 'The :attribute must contain :size items.',
110
],
111
+ 'starts_with' => 'The :attribute must start with one of the following: :values',
112
'string' => 'The :attribute must be a string.',
113
'timezone' => 'The :attribute must be a valid zone.',
114
'unique' => 'The :attribute has already been taken.',
0 commit comments