dimanche 2 décembre 2018

Laravel E-mail Validation

How can I validate email address and make them unique? my problem is when i save and did not input email it will still stored here is my email

my Validation Request

 $this->validate($request, [ 
        'email_ad' => 'required|email|unique:clients'
    ]);



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire