Multiple Authentication in Laravel (Admins + User) Part -1

preview_player
Показать описание
In laravel we can have different users and manage these users independently, all using the native Auth Facades, without any package or plugins. An example of this would be Admin that manage a backend interface and then users which have the ability to log in and manage accounts, but through the front end of the website. We want to use different tables to manage these types of users, and have different middleware and guards in place as well. This tutorial will show multiple authentication to you.

Do not get confused between user roles and user models. This tutorial teaches you to use two different user models, (in other words seperate tables for different types of users). You can always add user roles to this on top, but that is not the goal of the video.

==== QUESTIONS? ====

Leave a comment below and I or someone else can help you.

Thanks for all your support!
Рекомендации по теме
Комментарии
Автор

Cool video! Subscribed!!! :D
Are there approval function? If there's no, can you make one tutorial about user approval? please...

RobbyAJM
Автор

Disculpa que versión de laravel estas utilizando??

peterbazurto
Автор

Man i am fustated with multi auth tried allmost 8 times, it give me error

md.hossainkhanadaccounts