laravel validation date after or equal today

650 0 0 0

Last Updated : 2024-03-28 14:03:56

In this snippet I will teach you how to validate the date to be equal or after today with localization

First, you must validate the start date using after_or_equal validation rule like this


$rules = [
'add_item_start_date' => 'required|date|after_or_equal:today',
'add_item_end_date' => 'required|date|after:add_item_start_date',
];

Then at the lang/validation.php insert this values


'values' => [
'add_item_start_date' => [
'today' => '???

Mahmoud Anwar

Mahmoud Anwar

Back End Developer with a passion for developing innovative web applications that expedite the efficiency and effectiveness of organizational success. Well-versed in technology and writing code to create systems that are reliable and user-friendly. Also has the proven ability to motivate, educate, and collaborate effectively to build web applications and effectively track changes. Confident communicator, strategic thinker, and innovative creator to develop software that is customized to meet a company’s organizational needs, highlight their core competencies, and further their success.