Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Laravel login system using Laravel Fortify a complete course
Rating: 4.4 out of 5(91 ratings)
4,383 students

Laravel login system using Laravel Fortify a complete course

Use the Laravel Fortify package to quickly scaffold a user login and registration system
Created byPenguin Digital
Last updated 2/2022
English

What you'll 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

Course content

3 sections7 lectures1h 8m total length
  • Introduction2:30

Requirements

  • You will need to know PHP and the basics of Laravel. You will also need a fully working PHP development environment.

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.


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.

Who this course is for:

  • Someone with basic knowledge of Laravel