Custom validation error messages

You can customize validation error messages per field, rule and language - just create a specific language file resources/lang/xx/validation.php with appropriate array structure.

'custom' => [
'email' => [
'required' => 'We need to know your e-mail address!',
],
],

Recent New Courses