Fantastic tutorial on Laravel 11 multiple authentication! The way you explained user and admin multi-guard authentication is really clear. I'm also creating a series on this topic. Keep it up!
@imalirazaa9 ай бұрын
Sir u r doing such a great Job Thank u so much for these amazing tutorials.. Plz make a tutoril series on Point Of sale and inventory management system in laravel 11 Thank u... Love From Pakistan ❤
@usmraf7869 ай бұрын
Very good tutorial, Thanks very much Sir
@asifali-fc8xt9 ай бұрын
Best lecture with good presentation
@randsmmcАй бұрын
tysm sir, very good tutorial
@abacusdotcom9 ай бұрын
You are the best. Even I speak English, I grabbed every detail discussed. Thanks.
@PHPTechLife9 ай бұрын
Thanks for your kind words.
@muhammadnaveed79539 ай бұрын
Thank you Sir g. You are doing a great job...
@umarfarooq-mq1to9 ай бұрын
Thanks sir you are doing great job
@swarajjumde84563 ай бұрын
hey sir but when the admin user trying to access at account/login its still working ??
@Not_Casual_Not_Anymore9 ай бұрын
Good Work Buddy , May your Hard Word pays off
@PHPTechLife9 ай бұрын
Thanks for your kind words.
@HassanIdrees-ju2cv8 ай бұрын
Thanks very much Sir🥰🥰
@solfulsong4 ай бұрын
Sir ap kon si extension use kr raha hai ka jo bhi ap use krta facad or routes wo auto import ho jata hain
@PHPTechLife4 ай бұрын
kzbin.info/www/bejne/nJychHmZqcl-prc
@adull33765 ай бұрын
Thank you sir🎉🎉
@pranavjoshi40114 ай бұрын
after logout admin why it's redirecting again account/login url i have done this commands also php artisan cache:clear php artisan route:clear php artisan config:clear php artisan config:cache php artisan view:clear php artisan optimize:clear instead of i am not able to access admin/login url in same browser tab why ?
@beyondearthtv7592 ай бұрын
thank you for this tutorial sir
@PHPTechLife2 ай бұрын
Glad it helped you.
@PolixOposАй бұрын
good tutorial, but have you done anything in AdminAuthenticate::class ?? If yes then please can you mention its path when it shows in the video ?
@i_manish_122 ай бұрын
One can also add a check in user login if the role is admin then he cannot login as user
@Itssaqi066 ай бұрын
Keep growing!
@amitupadhyay7896 ай бұрын
Can we have role drop-down in register page and according when individuals goes to login and it redirect to the dash board page of selected role according selected while registering...if so...how can it be done
@technoknowledge44307 ай бұрын
sir is me ek masla hai me admin ke liye alag login page q banao muje ager user me hi login karna ho admin ko to kase karo job me login karo tu wo user ke dashboard me chala jye or jb me admin ka login password dalo tu wo admin ke dashboard me chala chiye ye kase hoga
@ramanitushar074 ай бұрын
Sir ak error arahi he ki user role vala admin me login hota he to admin\authenticate me Internal Server Error a raha hee to me kya karu?
@bushra_ways7 ай бұрын
laravel Breeze include this all then why we create this ?
@tusharnain66523 ай бұрын
How does the single session table in database gonna workk, where we login as admin and user, i think sessions table has user_id fileld foreignkey refernce to id fo users table,how is that gonna work with Admin beign logged in?
@Cartoonsplay99103 ай бұрын
admin authentication start is - 46:08
@narend9 ай бұрын
Please sir create video for multi auth with multi table
@lingarajbhuvan14049 ай бұрын
good job sir
@junaidiqbal59917 ай бұрын
How to do it with same with Laravel Breeze? please advice
@PHPTechLife7 ай бұрын
Need to create a separate video.
@NikunjJoshi-o5p2 ай бұрын
Try to make video on authentication user on different tables not just based on one field.
@junaidashiq7669 ай бұрын
Sir i need Urgent reply , agar mujhy ye kam Gate ke through krna ha to wo kesey karunga kiya tab mujhy guard ki zarort nhi parni ?
@madforcode3 күн бұрын
After login admin shouldn't have access to register page. Please fix this bug.
@narend9 ай бұрын
Sir customer or admin ko seprate table me add karo na
@shyamradadiya77145 ай бұрын
Sir agar hame admin ka id and password change karna hoto kya kare please batao muje
@jprathod16a7 ай бұрын
"I will share source code in couple of days." i do not understand for source code option i want to source code pl
@PHPTechLife7 ай бұрын
sorry for inconvenience will add link of source code very soon.
@future_of_coding9 ай бұрын
@PHPTechLife Hello Sir thanks for another great tutorial, Looking for spatie authentication and laravel Fortify can you make two tutorial on this topic.
@PHPTechLife9 ай бұрын
Yes, I can try.
@codeaddiction4u5976 ай бұрын
Auth guard [admin] is not defined. showing this errer
i have created different table for Admin so i am using .. 'model' => env('AUTH_MODEL', App\Models\Admin::class), in provider ,,, you can use your table model
@rupeshsharma24629 ай бұрын
Nyce one
@viralvadera33238 ай бұрын
For two login can't i just: if(Auth::attempt(['email' => $request->email,'password' => $request->password])){ $user = Auth::user(); if ($user->role == 'admin') { return redirect()->route('admin.dashboard'); } elseif ($user->role == 'user') { return redirect()->route('account.dashboard'); } }
Hello sir. Jab account/login pe admin ko login kra rahe hai to login ho rha hai but admin dashboard pe nahi ja rha page account.dashboard pe hit ho rha hai. Jabki main admin ko admin/login kra hun to admin dashboard open ho rha. Jo ki theek hai but.. Ye possible hai kya sir ya fir bugs error hai pl tell me asap
@PHPTechLife9 ай бұрын
on account/login, admin can login as a customer
@shabnam95198 ай бұрын
@@PHPTechLife hey how we can stop admin to login as users? Please tell
@tirtho.b7 ай бұрын
This page isn’t working127.0.0.1 redirected you too many times. Try deleting your cookies. ERR_TOO_MANY_REDIRECTS after 46:15
@AbdelrahmanEl.Monshed8 ай бұрын
hello every one can u mention Admin login controller
@aruproy29832 ай бұрын
OP video
@GoChettries9 ай бұрын
Sir i need your 15min time to solve my issue in laravel. could you please help me out ?
@PHPTechLife9 ай бұрын
you can message me at insta and I will try to help you.
@abhi_84ya8 ай бұрын
make a project laravel with jquery ajax
@PHPTechLife8 ай бұрын
There is already a complete playlist on Laravel where I used ajax. kzbin.info/www/bejne/eWTbf32Mqd2Ne9U
@sgworld16705 ай бұрын
Sir source code kabh karoge update
@shyamradadiya77145 ай бұрын
Admin ka id and password kaise change kare
@Abdullah25888 ай бұрын
where is source code
@tinaPaiSaMainitNaKape2 ай бұрын
where is the source code?
@narend9 ай бұрын
Sir customer or Admin kabhi same table me nahi hote
@PHPTechLife9 ай бұрын
For different table you can define a different model in providers, please watch the video first. You also can find a video on my channel where I used different table for multi auth.
@viralvadera33238 ай бұрын
If you are collecting the same data from both types of users, it is better to have an extra column rather than an entire table.