Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. $rules['email'] = ['email', 'regex:/(.*)g.go.edu$/i'];
  2.  
  3. $rules = [
  4. 'email' => 'required|ends_with:laravel.com,jasonmccreary.me,gmail.com',
  5. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement