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 ec4c4df commit ce863afCopy full SHA for ce863af
src/Http/Requests/FormRequest.php
@@ -15,7 +15,7 @@ public function rules()
15
'slug.*' => 'nullable|alpha_dash|max:255|required_if:status.*,1|required_with:title.*',
16
'status.*' => 'boolean',
17
'summary.*' => 'nullable|max:1000',
18
- 'body.*' => 'nullable|max:10000',
+ 'body.*' => 'nullable|max:20000',
19
'address' => 'nullable|max:1000',
20
'email' => 'nullable|email:rfc,dns|max:255',
21
'website' => 'nullable|url|max:255',
0 commit comments