You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a form where I need to validate the email domain based on the email domain list that we have on our application setting.
In order todo that I need to modified app/Http/Requests/CreatesUsersRequest.php and EditsUsersRequest.php
is there a way to over ride this class?
The text was updated successfully, but these errors were encountered:
Hi @icweb ,
I have a form where I need to validate the email domain based on the email domain list that we have on our application setting.
In order todo that I need to modified app/Http/Requests/CreatesUsersRequest.php and EditsUsersRequest.php
is there a way to over ride this class?
The text was updated successfully, but these errors were encountered: