josiasmontag / laravel-email-verification

Laravel package to handle user verification using an activation mail

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[enhancement] VerifiesEmail.php: separate the validate function from verify function

Yahav opened this issue · comments

commented

separate and create a function to contain the validate method only, this will allow us to override it at the register controller and implement any other validation required, in my case, captcha.