9 lines
202 B
PHP
9 lines
202 B
PHP
<?php
|
|
|
|
return [
|
|
'uploaded' => 'File exceeds maximum upload size. Please select a smaller file.',
|
|
'max' => [
|
|
'file' => 'The :attribute must not be larger than :max kilobytes.',
|
|
],
|
|
];
|