Files
aso/resources/lang/en/Validation.php
2024-02-06 10:27:10 +07:00

10 lines
237 B
PHP

<?php
return [
'required' => 'The :attribute field is required.',
'invalid' => 'The :attribute field is invalid.',
'max' => [
'file' => ':attribute max size is :max.',
],
'email' => 'Invalid email format.'
];