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
...
For further actions, you may consider blocking this person and/or reporting abuse
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" ?
Thanks for the correction. I mistyped.
Thanks so muchh Jasmine!
Twas a good tutorial
Where is the livewire here?
Sorry forgot to update tags I split the article in two the livewire section is in the next article
Can you please link the Livewire article too?
Undefined variable: token at reset password blade, did you guys face this issue?
i found the issue, at reset-password.blade.php
should be:
request()->token
I just created an account to thank you for this! You rock!
me to, he's legend
i found the issue, at reset-password.blade.php
should be:
i found the issue, at reset-password.blade.php
should be:
Thanks so much! still working!