Back to Browse

Create Multi Auth using Guards in Laravel Application

37.6K views
Premiered Mar 6, 2021
29:40

How to create #Laravel multiple authentications for multi-role users? This is one of the most requested topics on this channel. In this tutorial, you will learn step by step to create multi auth system with ease using Laravel guards. We will build a multiple guards authentication allowing users and admins to login separately. Repository: https://github.com/qirolab/laravel-multi-auth-example Blog Post: Implementing Multi-Authentication with Guards in Laravel https://qirolab.com/posts/implementing-multi-authentication-with-guards-in-laravel ▶ 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 01:31 Create Fresh Laravel App 01:59 Install Laravel Themer Package 02:57 Create Frontend theme 05:53 Create Admin theme 07:15 Create Routes from admin theme 08:16 Login Route 10:13 Create `Admin` model & `admins` table 12:10 login route & AuthController for user authentication 14:01 Create `admin` guard 16:30 login admin user 18:31 create admin home route 19:54 logout 21:12 fix redirect issues 22:25 modify `auth` middleware, On visit `/admin/home` redirect to `/admin/login`, if admin user not logged in. 24:11 create `admin` helper function 26:08 modify `guest` middleware, On visit `/admin/login` redirect to `/admin/home` if admin user logged in. 28:21 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 Application | NatokHD