Laravel 5.4 Authentication | Multi Auth Part 1| #6 | Bitfumes

preview_player
Показать описание
Laravel 5.4 Create Multiple Auth system, for Admin and also password reset for admin.

Please suggest anything which we can add on this Authentication course so that everyone get Best out of this Authentication series

Laravel 5.4 Full Beginner Playlist :

--- FOLLOW ME ---

Subscribe for New Releases!

(ask me questions!)

--- QUESTIONS? ---

Leave a comment below and I or someone else can help you.
For quick questions you may also want to ask me on Twitter, I respond almost immediately.

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

Hi i created multiple auth like user and admin. i got a problem like Route [password.request] not defined.

sathishkumar
Автор

after the command php artisan migrate, it is showing

In Macroable.php line 96:

Method name does not exist.
I dont know why..please help..

Riadulriad
Автор

How can i create Registration for Admin section, Please Guide me.

HarshGuptaWebExpert
Автор

Hey nice tutorials. I'm looking for change laravel default password hashing. I have and website in cakephp and now m converting it in laravel 5.6. but i want to login with my exiting user with old password which is save with cakephp 2.0 hashing. currently laravel used bcrypt hashing method. and I want to change it to cakephp 2.0 password hashing method. Please help me out. thank you.

stackqtion
Автор

its make me error error logincontroller: login does not exist. what i have to do to avod the problem

sanchayan
Автор

"Type error: Argument 2 passed to must be an instance of Illuminate\Contracts\Auth\UserProvider, null given, called in on line 123 "

how this error came, ,, i did as per your tutorial

akash
Автор

why didnt you inserted register route, i can't register admin directly?pls reply

kunalrajput
Автор

I have already created tables. Still migration required?

mvaravinda
Автор

Hey, I Watched your All Videos of multi Auth System, that was explained by you very good. I have one question for u as far as multi auth sytem login handling.
Accutually I want to know if i have a single table of users which have consist a role column for defining users role so how i will create guard for it and how determine that which user will have a authority to access part of the application(controller). Because if i have a single table than both guard will access the same table or many guard if i create for role base will access the same table so how i will make differences between them .
If i use middlware where i can check the login user role and perform access according to it but as far as guard contion i am bit of confuse ..
so please give some suggetion to remove my confusion from this.
Ohh one question more for you when we create a middlware for user authentication so why we need a guard. beacause both will do user authentication.if middleware will do job for us so why we need to use guard. or can we create custom guard with some functionality on it

dev_Beginners
Автор

I think it is not good to have multiple Auth for user and admin and making it by coping files. rather we can easily redirect user based on his Role to different page. We only need to make some very easy modification in the current Registration System and in table right?

debasisacharya
Автор

I have 3 separate users for my app. students/parents/admin. Do I have to have separate logins and signup for them?

OliverMensahDev
Автор

hello sir
laravel 5.2 me multi auth kese kare or mere project me LoginController file in built ban ke Aayi nahi he to directl me file banalu ya kuch solution he..

naushadalyani
Автор

will it be possible to use only 1 form for any type of account? .. admin/sp/users .. 1 form to use when logging in

ryan.aquino
Автор

i have some thing to say what about let every thing as it was and make a new row in data base like role for identity if it admin or user then i will use if steatment to give the Powers depend on there ruls !?

mostafaelzoghbi
Автор

Class does not exist
i have error I am new in laravel and using laravel 5.8

faizanbashir
Автор

Hi, i got an error message when i execute php artisan make:migration, can you help me ? Thanks !

danielasyraf
Автор

Hi sir! I have created login and sign up page without using auth command.. So can i make multi actors? I m creating hospital management system so how login as a doctor, staff, and patient?

maryamahmad
Автор

why you are using guest:admin what exactly you mean by "guest as admin" and what would happpen it if use
$this->middleware('auth') instead of this in admin controller

ZulfiqarTariqBurmi
Автор

I got this error :


The "--create-Admins" option does not exist.

After running command:

php artisan make:migration createAdminTable --create-Admins

shivanisehdev
Автор

why we can't use if else concept why we need to create a lots pages we can't change the role in laravel by condition?

ahmedsheikh