We were talking about Laravel 5 on its release, we are pleased today to welcome Laravel 5.1
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