laravel-doctrine / orm

An integration library for Laravel and Doctrine ORM
MIT License
829 stars 177 forks source link

[FEATURE] MustVerifyEmail trait #552

Closed R3VoLuT1OneR closed 1 month ago

R3VoLuT1OneR commented 1 year ago

Trait that implements Illuminate\Auth\Notifications\VerifyEmail interface.

The contract to be implemented: https://github.com/laravel/framework/blob/9.x/src/Illuminate/Contracts/Auth/MustVerifyEmail.php

The default Equolent implementation https://github.com/laravel/framework/blob/9.x/src/Illuminate/Auth/MustVerifyEmail.php

TomHAnderson commented 1 month ago

Closing; no follow though or unit tests.