Releases: beyondcode/laravel-confirm-email
Releases · beyondcode/laravel-confirm-email
1.6.1
Remove str_random helper for L6 support
1.4.0
Added
- Added the ability to customize the redirect routes.
1.3.1
Merge pull request #18 from rickwest/patch-1
Fixes #17 Update SendsPasswordResetEmails trait
1.3.0
Added
- Emit a
Confirmed
event after a user confirms his email address.
- Add an optional
confirmed
method to customize confirmation behavior.
- The session now contains a
confirmation_user_id
after a successful confirmation.