mercredi 25 septembre 2019

How to modify validation message of Laravel?

Is there any way to customize an error message for this?

    request()->validate([
        'emp-status' => 'required'
    ]);

What I want it to return is like Employee status is required!!



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire