Laravel 8 Two Factor Authentication using Laravel Jetstream.
Table of contents
Create new Laravel project
Configure Database Credentials
Install Laravel Jetstream
Configure Two Factor Authentication
GitHub Repo
1. Create new project.
In your terminal execute
composer create-project laravel/laravel Two-Fact...
codewithluis.hashnode.dev2 min read