Laravel this is not only a practical framework, it is also a programming style
How to validate GST Number in Laravel? This is my controller
$this->validate($request, [ 'GstNo' => 'required|unique:dealer', ]);
Aucun commentaire:
Enregistrer un commentaire