Max size upload file
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
return [
|
||||
'required' => 'Kolom :attribute harus diisi.',
|
||||
'invalid' => 'Kolom :attribute tidak valid.',
|
||||
'max' => ':attribute tidak boleh melebihi :length karakter.',
|
||||
'max' => [
|
||||
'file' => ':attribute tidak boleh melebihi :max.',
|
||||
],
|
||||
'email' => 'Format email salah.'
|
||||
];
|
||||
Reference in New Issue
Block a user