EmailController
class EmailController extends Controller (View source)
Traits
Illuminate\Foundation\Auth\Access\AuthorizesRequests
Illuminate\Foundation\Bus\DispatchesJobs
Illuminate\Foundation\Validation\ValidatesRequests
Methods
Response
showUnverifiedForm()
Display a message about the user's unverified email address.
from
VerifiesEmails
Details
in
VerifiesEmails at line 17
Response
showUnverifiedForm()
Display a message about the user's unverified email address.
in
VerifiesEmails at line 29
Response
resend(
Request $request)
Send another verification email.
in
VerifiesEmails at line 63
Response
verify(
string $token)
Attempt to verify a user.
in
VerifiesEmails at line 86
string
redirectPath()
Get the post register / login redirect path.