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

EmailVerificationRequest

Extends

Methods

public

authorize ( ) : bool

Determine if the user is authorized to make this request.

public

rules ( ) : array

Get the validation rules that apply to the request.

public

fulfill ( ) : void

Fulfill the email verification request.

public

withValidator ( Validator $validator ) : void

Configure the validator instance.

Parameters