Laravel this is not only a practical framework, it is also a programming style
I want to give access only for @gmail.com address,but not for @outlook.com address how to code this logic in laravel
'email' => ['required', 'string', 'email', 'max:255', 'unique:users'],//this is my email validation code
Aucun commentaire:
Enregistrer un commentaire