• Post category:StudyBullet-6
  • Reading time:3 mins read


Use the Laravel Fortify package to quickly scaffold a user login and registration system

What you will learn

You will learn all about the Laravel Fortify package

Creating a login with Laravel Fortify

Registering a user with Laravel Fortify

Creating 2FA to protect your login page

Description

In this course, I will show you how to use the Laravel Fortify package to quickly put together a Login and Registration system using Laravel. Many of Laravel’s official login packages use Laravel Fortify under the hood and in these videos, I will show you how to as well.

We will cover the basics of creating a login and registration page and then cover some more advanced topics like email verification and two-factor authentication. At the end of the course, you will have everything you need to go on and build out the rest of your Laravel application.


Get Instant Notification of New Courses on our Telegram channel.


I will be using Bootstrap for the frontend of this application but you don’t have to use Bootstrap, you can simply skip these videos and write your own CSS or use a different frontend framework.

You will need basic knowledge of Laravel and PHP for this course. You will need a fresh Laravel project setup and ready to go with it fully configured with a connection to a database. I will be covering the Laravel Fortify features slowly and in-depth but the topics covered are definitely directed towards more intermediate developers and might not be beginner-friendly. Please keep that in mind before starting this course.

English
language

Content

Introduction

Introduction

Installation and basic setup

Install and configure Laravel Fortify
Create our login and registration pages
Connecting frontend views to Laravel Fortify on the backend

Advanced Laravel Fortify features

Implement password reset functionality using Laravel Fortify
User email verificaiton using Laravel Fortify
Add 2FA two-factor authentication