mardi 25 juin 2019

How i can compare Two input values at the time of validation

when I submit the form, I want to compare two input values at the time of validation in Controller store function

array(
'name' => 'required',
'password' => 'required|min:8',
'email' => 'required|email|unique:users',
'rule'=>'input1'<'input2',
)



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire