Laravel 5.3 Multi Auth From Scratch - Part 1 of 2

preview_player
Показать описание
Get all my laravel course only $10 each:
- "Build AJAX Web apps with Laravel, Bootstrap & jQuery" Course just $10 (above 85%off):
- "Build Amazing Blog + CMS with Laravel 5.x & AdminLTE

In this video I want to show you how to setup multi authentication in laravel 5.3 from scratch.

This is the first episode of two video series. And in this video I cover how to install laravel authentication, create AdminUser model, create authentication routes for user admin.
Рекомендации по теме
Комментарии
Автор

Wonderful tutorial...! Keep uploading your tutorial. Its amazing....!

rakibsiddiquee
Автор

Starting from 5:13 to 5:50 - you are an Atom "GOD", man!

timkolm
Автор

Thank you very much.😊 Though i didn't get how did u do that edit from 5:13 to 5:42.

sushmitabhujel
Автор

Change framework core would be a good practice?

fabianoviana
Автор

Thank you. I will test it next time I need that functionallity.

What´s the package you use for (git) console/terminal in Sublime Text?

timdd
Автор

Very well Masaru edogawa very well ... Allah bless And success u ...i appreciate u at your efforts for was thinking for many days about that type of authentication for my app...now i have found best solution for that....again very well and

lancersquad
Автор

Well Done Masaru!
You make me an Atom Multi Auth wkwk

Thank you very much :)
I ppreciate your efforts

damasiuswikaryanautama
Автор

Hi, if I have a new auth named RequestorAuth, why Auth::guard() in dropdown is default in Auth::guard("admin_user") even when i typed BTW, Nice Tutorial!

KelvinBsTeh
Автор

Thank you, very good tutorial! :)

I have a question: How do I resolve to be able to register it in the admin and enter the admin table? - because I can show the admin_register, but does not write in the admin_users table :(

sisti
Автор

Hi! great tutorial, but when i try to login i get the following error: " ReflectionException (-1)
Class App\Http\Controllers\ AdminAuth\LoginController does not exist" ! what should be?

carlossilva
Автор

Hi, now i using the laravel 5.3. I got the some issues. Not login in Amin_user. I need the AdminAuth controller files and middleware files. ---- Its good. thank you

KrishnaMoorthiMCA
Автор

Hello,
Auth::guard('admin')->user() is not working in controller but in views . i am sure where i am doing mistake .help me please

anujchauhan
Автор

Having some issues with replacing the register function for admin users. Can you perhaps briefly show how you override the 'register' method in Register controller. Seems my users get created, but not as part of admin_user table ;) thanks!

rogierkrijgsman
Автор

hello Sir! I want to make login/logout system fully customize. I dont want to use auth middleware for that. I want to do all manually for member table in laravel 5.3. please direct me that how to make it.

usmanhafeez
Автор

Thanks a lot masaru for your effort.
I followed your tutorial step by step but the "/admin_login" redirected me to the "/login" page after successful admin_login, why?

hofufguy
Автор

Hi, I have a problem. When I click in /admin_login on submit, it will redirect to /login but i don't know why. I have the same code in AdminAuth\LoginController as you have. Thanks. Btw nice tutorial

jakubdvorakk
Автор

Hope you will catch this comment.
Thanks for great video, it works perfectly, however I have a question, what if I have a bunch of other pages in backend that need to be covered with this login page, since this is not default auth middleware of laravel anymore, how can I do that.

DuongNguyen-lhru
Автор

hy masaru ! i got something problem in middleware declaration.
in the admin user controller :

public function __construct(){

}

thats error, what should i do ?

tymedia
Автор

hello, how you edit all routes ? what commands you use

kinnyvergara
Автор

I would like to create an application which is having three types of tables like admin, vendor, user. Vendor registration should be done by admin through create vendor button which is located in admin dashboard. In that vendor registration admin need to enter all fields except password, when admin click on create vendor button the vendor should receive an email to set password. For each vendor multiple users could be signed up.

kalaivanankillivalavan