8 lines
226 B
PHP
8 lines
226 B
PHP
<?php
|
|
|
|
return [
|
|
'required' => 'The :attribute field is required.',
|
|
'invalid' => 'The :attribute field is invalid.',
|
|
'max' => ':attribute cannot exceed :length characters.',
|
|
'email' => 'Invalid email format.'
|
|
]; |