Back to Browse

Create Multi Auth using Guards in Laravel Fortify

15.5K views
Premiered Mar 12, 2021
26:45

Creating multiple guard authentication in #Laravel #Fortify is one of the most requested topics on this channel. In this video, you will learn step by step how to create multi-auth system in #Laravel #Fortify using guards. We will be building a multiple guards authentication that allows users and admins to login separately. ▶ Before continuing I recommend watching the previous tutorial on creating Multi guard authentication without Fortify package: https://www.youtube.com/watch?v=KBA22pSeoe4 ▶ Repository: https://github.com/qirolab/laravel-fortify-multi-auth-example ▶ Laravel Themer: Add multi-theme support for Laravel application https://www.youtube.com/watch?v=Ty4ZwFTLYXE ▶ Laravel Fortify Tutorial https://www.youtube.com/playlist?list=PL1TrjkMQ8UbU2BrO6ubfXio3OG4t6Oqpz ▶ How to add a custom route file in Laravel? https://www.youtube.com/watch?v=WoGqCk0pppk ▶ Laravel Backup Tutorial https://www.youtube.com/playlist?list=PL1TrjkMQ8UbWIMDkTK4f_oL0rQR5UV0O1 ▶ Laravel Passport Tutorials https://www.youtube.com/playlist?list=PL1TrjkMQ8UbWqLEiPjsmuoTJNLKbcsYce ▶ Vue.js 3 Tutorial https://www.youtube.com/playlist?list=PL1TrjkMQ8UbWg8f8EpkpZntxdQldkBipE ▶ Laravel Sanctum https://www.youtube.com/playlist?list=PL1TrjkMQ8UbVZGDUAnjGWFhDHYH7drEYN ▶ Laravel Excel Tutorial: Excel exports and imports in Laravel https://www.youtube.com/playlist?list=PL1TrjkMQ8UbWeumS9QLpRWpkG7qIKHSqX ▶ Laravel Eloquent Relationships https://www.youtube.com/playlist?list=PL1TrjkMQ8UbVyIT0cDX-54gN5tunWZvaI ⌚ Timestamps: 00:00 Introduction 00:53 Create Fresh Laravel App 01:25 Install Laravel Themer Package 02:39 Install Laravel Fortify Package 03:01 Create Frontend theme 05:10 Register & Login feature 07:37 Create Admin theme 08:23 Routes for admin theme 10:08 Create `admin` guard 10:52 Create `Admin` model & `admins` table 12:39 Login feature for admin using Fortify package controllers 14:41 Fortify's `StatefulGuard` class 17:38 create admin home route 18:18 logout feature 19:04 fix redirect issues, on login from `admin/login` page it should redirect to `/admin/home` 22:46 modify `guest` middleware, On visit `/admin/login` redirect to `/admin/home` if admin user logged in. 24:21 modify `auth` middleware, On visit `/admin/home` redirect to `/admin/login`, if admin user not logged in. 25:09 Review working on `multi guard authentication` Support my work: 1. On BuyMeACoffee: https://www.buymeacoffee.com/qirolab 2. On Patreon: https://www.patreon.com/qirolab 𝐃𝐢𝐠𝐢𝐭𝐚𝐥𝐎𝐜𝐞𝐚𝐧 𝐑𝐞𝐟𝐞𝐫𝐫𝐚𝐥 https://m.do.co/c/e740238537d0 Also, follow us on: 𝐅𝐚𝐜𝐞𝐛𝐨𝐨𝐤: https://fb.com/qirolab 𝐓𝐰𝐢𝐭𝐭𝐞𝐫: https://twitter.com/qirolab

Download

0 formats

No download links available.

Create Multi Auth using Guards in Laravel Fortify | NatokHD