Support the ongoing development of Laravel.io →
Input Views Validation
Last updated 1 year ago.
0

I found a solution :

$messages = array(
    'email.required' => 'We need to know your e-mail address!',

);

and :

$validator = Validator::make($inputs, $rules, $messages);
Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

soclosed soclosed Joined 5 Feb 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.