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!
@randsmmc18 күн бұрын
tysm sir, very good tutorial
@muhammadnaveed79539 ай бұрын
Thank you Sir g. You are doing a great job...
@asifali-fc8xt8 ай бұрын
Best lecture with good presentation
@Not_Casual_Not_Anymore8 ай бұрын
Good Work Buddy , May your Hard Word pays off
@PHPTechLife8 ай бұрын
Thanks for your kind words.
@abacusdotcom9 ай бұрын
You are the best. Even I speak English, I grabbed every detail discussed. Thanks.
@PHPTechLife9 ай бұрын
Thanks for your kind words.
@usmraf7868 ай бұрын
Very good tutorial, Thanks very much Sir
@adull33765 ай бұрын
Thank you sir🎉🎉
@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 ❤
@umarfarooq-mq1to9 ай бұрын
Thanks sir you are doing great job
@beyondearthtv759Ай бұрын
thank you for this tutorial sir
@PHPTechLifeАй бұрын
Glad it helped you.
@HassanIdrees-ju2cv8 ай бұрын
Thanks very much Sir🥰🥰
@solfulsong3 ай бұрын
Sir ap kon si extension use kr raha hai ka jo bhi ap use krta facad or routes wo auto import ho jata hain
@PHPTechLife3 ай бұрын
kzbin.info/www/bejne/nJychHmZqcl-prc
@swarajjumde84562 ай бұрын
hey sir but when the admin user trying to access at account/login its still working ??
@pranavjoshi40113 ай бұрын
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 ?
@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 ?
@technoknowledge44306 ай бұрын
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
@Cartoonsplay99103 ай бұрын
admin authentication start is - 46:08
@lingarajbhuvan14049 ай бұрын
good job sir
@i_manish_122 ай бұрын
One can also add a check in user login if the role is admin then he cannot login as user
@ramanitushar073 ай бұрын
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?
@amitupadhyay7895 ай бұрын
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
@narend9 ай бұрын
Please sir create video for multi auth with multi table
@junaidiqbal59917 ай бұрын
How to do it with same with Laravel Breeze? please advice
@PHPTechLife7 ай бұрын
Need to create a separate video.
@Itssaqi066 ай бұрын
Keep growing!
@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?
@bushra_ways6 ай бұрын
laravel Breeze include this all then why we create this ?
@narend9 ай бұрын
Sir customer or admin ko seprate table me add karo na
@junaidashiq7668 ай бұрын
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 ?
@NikunjJoshi-o5p2 ай бұрын
Try to make video on authentication user on different tables not just based on one field.
@rupeshsharma24629 ай бұрын
Nyce one
@shyamradadiya77145 ай бұрын
Sir agar hame admin ka id and password change karna hoto kya kare please batao muje
@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
@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.
@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.
@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
@pramodgautam079 ай бұрын
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
@shabnam95197 ай бұрын
@@PHPTechLife hey how we can stop admin to login as users? Please tell
@AbdelrahmanEl.Monshed8 ай бұрын
hello every one can u mention Admin login controller
@aruproy2983Ай бұрын
OP video
@viralvadera33237 ай бұрын
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'); } }
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.
@SARIKAGAUTAM-i8e4 ай бұрын
i need sourcecode
@tinaPaiSaMainitNaKapeАй бұрын
where is the source code?
@kavinkumar86374 ай бұрын
source code?
@abhi_84ya7 ай бұрын
make a project laravel with jquery ajax
@PHPTechLife7 ай бұрын
There is already a complete playlist on Laravel where I used ajax. kzbin.info/www/bejne/eWTbf32Mqd2Ne9U
@Abdullah25887 ай бұрын
where is 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.
@viralvadera33237 ай бұрын
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.