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 161161 |
162162 */
163163
164- 'secure ' => false ,
164+ 'secure ' => env ( ' SESSION_SECURE_COOKIE ' , false ) ,
165165
166166 /*
167167 |--------------------------------------------------------------------------
Original file line number Diff line number Diff line change 5353 'array ' => 'The :attribute may not have more than :max items. ' ,
5454 ],
5555 'mimes ' => 'The :attribute must be a file of type: :values. ' ,
56+ 'mimetypes ' => 'The :attribute must be a file of type: :values. ' ,
5657 'min ' => [
5758 'numeric ' => 'The :attribute must be at least :min. ' ,
5859 'file ' => 'The :attribute must be at least :min kilobytes. ' ,
8081 'string ' => 'The :attribute must be a string. ' ,
8182 'timezone ' => 'The :attribute must be a valid zone. ' ,
8283 'unique ' => 'The :attribute has already been taken. ' ,
84+ 'uploaded ' => 'The :attribute failed to upload. ' ,
8385 'url ' => 'The :attribute format is invalid. ' ,
8486
8587 /*
Original file line number Diff line number Diff line change 5454 'array ' => 'Количество элементов в поле :attribute не может превышать :max. ' ,
5555 ],
5656 'mimes ' => 'Поле :attribute должно быть файлом одного из следующих типов: :values. ' ,
57+ 'mimetypes ' => 'Поле :attribute должно быть файлом одного из следующих типов: :values. ' ,
5758 'min ' => [
5859 'numeric ' => 'Поле :attribute должно быть не менее :min. ' ,
5960 'file ' => 'Размер файла в поле :attribute должен быть не менее :min Килобайт(а). ' ,
8182 'string ' => 'Поле :attribute должно быть строкой. ' ,
8283 'timezone ' => 'Поле :attribute должно быть действительным часовым поясом. ' ,
8384 'unique ' => 'Такое значение поля :attribute уже существует. ' ,
85+ 'uploaded ' => 'Не удалось загрузить файл :attribute. ' ,
8486 'url ' => 'Поле :attribute имеет ошибочный формат. ' ,
8587
8688 /*
You can’t perform that action at this time.
0 commit comments