Level 122
You could but also remove the routes.
I am authenticating to an existing database and thus I have no need of the Auth Registration, Forgot and Reset Password defaults of Laravel because this are done on a separate app. Is it safe to just delete the controllers in app\Http\Controllers\Auth\ directory?
Please or to participate in this conversation.