ValidateCodeRequest
class ValidateCodeRequest extends FormRequest (View source)
Custom request for validating a password recovery code.
Methods
bool
authorize()
Determine if the user is authorized to make this request.
array
rules()
Define the validation rules.
array
messages()
Define custom validation messages.
Store
session()
Provides access to the session instance.
Details
bool
authorize()
Determine if the user is authorized to make this request.
array
rules()
Define the validation rules.
array
messages()
Define custom validation messages.
Store
session()
Provides access to the session instance.