Support the ongoing development of Laravel.io →
posted 8 years ago
Validation
Last updated 10 months ago.
0

OK; when I actually add my custom error messages to the Validator::make() call it works:

$validation = Validator::make( $member_properties, Member::$rules, Member::$messages );

So I'll go that route.

Last updated 10 months ago.
0

I also had this problem, fixed it by updating lang/en/validation.php with:

"boolean" => "The :attribute field must be a valid boolean value.",
Last updated 10 months ago.
0

You should create a new pull request for the validation rule.

Last updated 10 months ago.
0

Sign in to participate in this thread!

LaraJobs

Your banner here too?

aGervais agervais Joined 17 Jun 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.

© 2023 Laravel.io - All rights reserved.