EnsureEmailIsVerified
class EnsureEmailIsVerified (View source)
Methods
static string
redirectTo(string $route)
Specify the redirect route for the middleware.
Response|RedirectResponse|null
Details
static string
redirectTo(string $route)
Specify the redirect route for the middleware.
Response|RedirectResponse|null
handle(Request $request, Closure $next, string|null $redirectToRoute = null)
Handle an incoming request.