This repository was archived by the owner on Apr 19, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 161
161
|
162
162
*/
163
163
164
- 'secure ' => false ,
164
+ 'secure ' => env ( ' SESSION_SECURE_COOKIE ' , false ) ,
165
165
166
166
/*
167
167
|--------------------------------------------------------------------------
Original file line number Diff line number Diff line change 53
53
'array ' => 'The :attribute may not have more than :max items. ' ,
54
54
],
55
55
'mimes ' => 'The :attribute must be a file of type: :values. ' ,
56
+ 'mimetypes ' => 'The :attribute must be a file of type: :values. ' ,
56
57
'min ' => [
57
58
'numeric ' => 'The :attribute must be at least :min. ' ,
58
59
'file ' => 'The :attribute must be at least :min kilobytes. ' ,
80
81
'string ' => 'The :attribute must be a string. ' ,
81
82
'timezone ' => 'The :attribute must be a valid zone. ' ,
82
83
'unique ' => 'The :attribute has already been taken. ' ,
84
+ 'uploaded ' => 'The :attribute failed to upload. ' ,
83
85
'url ' => 'The :attribute format is invalid. ' ,
84
86
85
87
/*
Original file line number Diff line number Diff line change 54
54
'array ' => 'Количество элементов в поле :attribute не может превышать :max. ' ,
55
55
],
56
56
'mimes ' => 'Поле :attribute должно быть файлом одного из следующих типов: :values. ' ,
57
+ 'mimetypes ' => 'Поле :attribute должно быть файлом одного из следующих типов: :values. ' ,
57
58
'min ' => [
58
59
'numeric ' => 'Поле :attribute должно быть не менее :min. ' ,
59
60
'file ' => 'Размер файла в поле :attribute должен быть не менее :min Килобайт(а). ' ,
81
82
'string ' => 'Поле :attribute должно быть строкой. ' ,
82
83
'timezone ' => 'Поле :attribute должно быть действительным часовым поясом. ' ,
83
84
'unique ' => 'Такое значение поля :attribute уже существует. ' ,
85
+ 'uploaded ' => 'Не удалось загрузить файл :attribute. ' ,
84
86
'url ' => 'Поле :attribute имеет ошибочный формат. ' ,
85
87
86
88
/*
You can’t perform that action at this time.
0 commit comments