DEV Community

Cover image for Laravel 8 authentication with Bootstrap and Fortify

Laravel 8 authentication with Bootstrap and Fortify

Jasmine Tracey on October 10, 2020

In this tutorial, I will share how to setup Laravel Fortify with Bootstrap 4 in a Laravel 8 application. We will cover: setting up a laravel app ...
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.

Collapse
 
theajstars profile image
theajstars

Thanks so muchh Jasmine!
Twas a good tutorial

Collapse
 
danplaton4 profile image
Platon Dan

Where is the livewire here?

Collapse
 
jasminetracey profile image
Jasmine Tracey

Sorry forgot to update tags I split the article in two the livewire section is in the next article

Collapse
 
danplaton4 profile image
Platon Dan

Can you please link the Livewire article too?

Collapse
 
liqi2001 profile image
LIQI2001

Undefined variable: token at reset password blade, did you guys face this issue?

Collapse
 
liqi2001 profile image
LIQI2001

i found the issue, at reset-password.blade.php
should be:
request()->token

Collapse
 
darkrevenger profile image
darkrevenger

I just created an account to thank you for this! You rock!

Thread Thread
 
eymen profile image
Eymen Eid

me to, he's legend

Collapse
 
liqi2001 profile image
LIQI2001

i found the issue, at reset-password.blade.php
should be:

Collapse
 
liqi2001 profile image
LIQI2001

i found the issue, at reset-password.blade.php
should be:

Collapse
 
youdevs profile image
Carlos Hernández

Thanks so much! still working!