class Illuminate / Foundation / Auth / EmailVerificationRequest
You are viewing an older version of the documentation. For the latest, please visit master documentation.

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 ) : void

Configure the validator instance.

Parameters