DEV Community

Discussion on: Laravel 8 authentication with Bootstrap and Fortify

Collapse
 
gottaloveit profile image
Joe Passavanti

In this text:
We also need to tell fortify that we want to enable email verification. In the app/fortify.php file uncomment the line that says Features::emailVerification().

Shouldn't the file to modify be "config/fortify.php" ?

Collapse
 
jasminetracey profile image
Jasmine Tracey

Thanks for the correction. I mistyped.