class Illuminate / Auth / Middleware / EnsureEmailIsVerified
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

EnsureEmailIsVerified

Methods

public static

redirectTo ( $route ) : string

Specify the redirect route for the middleware.

Parameters

  • $route string
public

handle ( $request , Closure $next , $redirectToRoute ) : Response |RedirectResponse |null

Handle an incoming request.

Parameters