@jeevamugunthan create custom validation rule: https://laravel.com/docs/7.x/validation#custom-validation-rules
Mar 30, 2020
3
Level 2
unique date validation
hello everyone in my database i have columns called due_from and due_to. in this i update trem the field like
due_from=01-01-2020
due_to=01-06-2020
its fine now i want to validate this when i update new row if i set same duration or set like 01-04-2020 to 01-07-2020 it must be intimate its worng
if my new date is not in the limit of old date it will be update otherwise it fails how to do this
thanks in advance
Please or to participate in this conversation.