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

Did you mean this as your custom validation?

'end_month'                 => 'required|validate_end_date:'.Input::get('start_month'),

You still use the same way of checking if there was an error for this field.

 $errors->has('end_month')

And get and display the first error message by

$errors->first('end_month')
Last updated 1 year ago.
0

Thanks johnvic! You got it :-)

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

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.