Комментарии:
Hello Friend, excellent video, implement in a project using your explanation, do you have any idea why in a production environment when I log in as admin, I get error 419
ОтветитьThanks for the lessons, very cool.
Hello from Russia
I made the middleware exactly as you have shown and added it in karnel and the routes but I can still go back to the login page from home page. What can I do?
Thanks for the tutorial brother, it helped a lot.
Absolutely brilliant!! It's like watching tutorial perfectly made by artificial intelligence! ;-D
ОтветитьGreat tutorial, thank you very much! Do you know how to implement forgot password and email verification on each user table? I've tried everything I can think of but it still only queries the users table. Thanks again!
ОтветитьHats off!
ОтветитьBest video for laravel multi guards. I like details in video. Could you make video for JetStream with Multi Guards Authentication. You are best :):)
ОтветитьWell done, 1000+ likes.
ОтветитьAbsolutely brilliant!! It's like watching tutorial perfectly made by artificial intelligence. please create a video regarding school management system in which "Super admin, Admin, Principal, Clerk, Librarian, gate Keeper etc. multi authentication log in...
Ответитьhow can super admin assign role to any person in school management system???
ОтветитьHow about email verify for multi guard? Can you create example for that?
ОтветитьThanks so much for this God bless
ОтветитьReally helpfull, thank you
ОтветитьThank you so much , i really needed this
ОтветитьAre you from Iraq ??
ОтветитьCan it be applied to version 7 ??
ОтветитьYou are actually a great man
Go on
Thank you shared
ОтветитьThank you. Very useful and easy to learn step-by-step tutorial.
ОтветитьThank you sir. 😊
ОтветитьHello, I have done the same as you did in the video. I have a template view in views->layouts->app.blade.php with navigation bar and footer and I use it in every view. Then I have user authentication and doctor authentication. With users(with user model) all ok. When i login as a doctor it redirect me in doctor/home and it's fine, but if i switch page(with navbar) the doctor logout. It's weird because if i go in doctor/login, the session is still active but if i go in other pages it's not. What im wrong? Help me!!
ОтветитьThis is a must training for me. Thanks for sharing Irebe.
ОтветитьThanks
Ответитьhow we can achieve the same in api
ОтветитьDon't view pages,but works logout:
Route::middleware(['auth:admin'])->group(function(){
//View pages
Route::view('/raports','admin.raports')->name('raports');
Route::view('/workers','admin.workers')->name('workers');
Route::view('/addWorker','admin.addWorker')->name('addWorker');
Route::post('/logout','AdminController@logout')->name('logout');
}
What's the problem?
your video is amazing for beginner after one weak i can do auth with in hour because your video is great and helpful
ОтветитьIt's very simple...
I want to make a video on it...
Different users table in database can fetch by same login page...
Sir make tutorial custom multi guard authenticate in laravel 9 with admin, teacher, student plz plz sir
ОтветитьSir make tutorial custom multi auth in laravel 9 with admin, teacher, student plz plz sir
ОтветитьVideos may be good, but the moment I hear the repulsive computer-generated "voice" I can't even bear it. I don't know many people who can, the overwhelmingly positive comments seem fake ...
ОтветитьYou are a intelligent
ОтветитьSir, you have coded all the code yourself, but why have you used Auth UI ?
ОтветитьYour tutorial really help me a lot 🙏
Thanks 😊
I have been looking for something like this
Thank you so much!!!!
Ответитьhow to prevent redirect to any pages/url after login?
ОтветитьHello, But I am not understood why you installed laravel UI package? Did you use it?
ОтветитьThis is the best video with proper information about guards. The explanation is smooth as butter. Thank you for your efforts.
Ответитьcan this also be used for the aPI?
Ответитьwhy this not work for Laravel v9.43.0 (PHP v8.1.12) ?? i got 404 not found for all routes
ОтветитьThanks for this elaborate workon guards.
ОтветитьGreat video! But please I have a question. Can we follow this video without using laravel auth scaffolding? I didn’t see the point in installing since you created all the logic yourself?
ОтветитьIs it necessary to install the laravel ui in order to follow this tutorial and create multi guards authentication?
ОтветитьYour way of teaching is excellent! Why have you stopped making Laravel videos? Please make more videos. Liked and Subscribed! Best wishes from Pakistan!
ОтветитьIs this your voice or google's? easy to hear and understand, thank so much for this knowledge, subcribled and wait for next video
ОтветитьWhen I enter admin login, why does incorrect credentials appear?
Ответитьhello sir it is very useful . Can you make also for Multi auth with Jetstream livewire ? Thank you
Ответитьvery good❤❤
Ответить