1 min readNov 2, 2018
Is there any way to do email verification for this model? There are a lot of great functionality in Laravel 5.7 but it’s all built around the User model. In the middleware they check $request->user()
. Is there a way to add the functionality so we can have $request->admin()
?