Laravel 9 Ecom - Part 4: How to make Admin Middleware in laravel | redirect admin login to dashboard

  Рет қаралды 27,692

Funda Of Web IT

Funda Of Web IT

Күн бұрын

Пікірлер: 46
@brankoblesicjr.5792
@brankoblesicjr.5792 2 жыл бұрын
Sir, I have now started this project. You explain everything really well
@peter_kyalo
@peter_kyalo 2 жыл бұрын
Thank you so much for educative tutorials, I have learnt a lot from your channel, I have one request, after This series please do a multivendor e-commerce series with pure Laravel without livewire
@nathanbayoro2376
@nathanbayoro2376 Жыл бұрын
i don't speak english but i like it. thanks bro
@TusharZambare
@TusharZambare 2 жыл бұрын
always 1st and curious about new video.
@metomeid1693
@metomeid1693 2 жыл бұрын
Thank you so much...Mantaps👍 (from Indonesia)
@monarch4294
@monarch4294 Жыл бұрын
Sir how did you add the sales/category etc in the side bar ? please
@tholfikarmohammed887
@tholfikarmohammed887 2 жыл бұрын
I have a problem with admin prefix, if i use it i get 404 when i go to the route that should shows me the dashboard, while when i use just (/dashboard) everything works fine!. I used this method in your previous laravel 8 blog project and its worked fine, so i really don't know whats going on this time !
@fundaofwebit
@fundaofwebit 2 жыл бұрын
In that prefix, there might function group issue or middleware or curly brackets closing issue.
@laliice7154
@laliice7154 Жыл бұрын
use /admin/dashboard
@Etech1616
@Etech1616 Жыл бұрын
you got my subscription Thank you!
@manishkushwaha-je6xy
@manishkushwaha-je6xy 2 жыл бұрын
thank you very much sir 4 video..
@LotusSoftPvtLtd
@LotusSoftPvtLtd 2 жыл бұрын
Great Tutorial Funda Web. What about if the users have more roles like, users, vendor, admin and super admin. How to handle in this case in the middleware, Can you please suggest? Thanks
@LotusSoftPvtLtd
@LotusSoftPvtLtd 2 жыл бұрын
Shall we make multiple middleware?
@fundaofwebit
@fundaofwebit 2 жыл бұрын
We can use Spatie package for multiple users roles and permissions. So, you can handle all these roles in 1 middleware
@LotusSoftPvtLtd
@LotusSoftPvtLtd 2 жыл бұрын
@@fundaofwebit Thanks. I was also thinking about Spatie and Laratrust package. Do you have such tutorial videos?
@fundaofwebit
@fundaofwebit 2 жыл бұрын
www.fundaofwebit.com/post/laravel-8-user-roles-and-permissions-tutorial Hope it helps you
@internetcafe7203
@internetcafe7203 2 жыл бұрын
@@fundaofwebit Laravel 9 ?
@TheWTFoDa
@TheWTFoDa 2 жыл бұрын
What extensions do you use to import the classes?
@ClashForYou
@ClashForYou Жыл бұрын
did you find it? edit: never mind found it "PHP Namespace Resolver "
@hinaqaisar3030
@hinaqaisar3030 Жыл бұрын
@@ClashForYou thanks a lot
@rizasfnm
@rizasfnm 2 жыл бұрын
Sir, why you not using enum for role?
@shazidchowdhury9167
@shazidchowdhury9167 10 ай бұрын
Sir, how did you Change the sidebar names and icons? I am stuck up with this.Please help me out.
@Sravanivlogs94
@Sravanivlogs94 2 жыл бұрын
You hav not shown the changes that you made in side bar like category, sales, products, brands, users....
@domingogonzalez8976
@domingogonzalez8976 2 жыл бұрын
You've got the changes that you made in side bar like category, sales, products, brands, users....?
@dangthaison7721
@dangthaison7721 2 жыл бұрын
Sir, I have a issue "Call to undefined method App\Models\User::role_as()". Can you help me?
@annbonador
@annbonador 2 жыл бұрын
How about when admin access user dashboard?
@lionbaku5089
@lionbaku5089 Жыл бұрын
Hello, i dont have message "Welcome to Dashboard" when log as admin, i just copying your codes from video, i checked everything, but didnt find the issue
@fundaofwebit
@fundaofwebit Жыл бұрын
Use this in your dashboard.blade.php @if(session('status_Or_your_other_messageYouSet')) {{ session('status') }} @endif
@faransheikh7903
@faransheikh7903 Жыл бұрын
Sir,how do you import the class by clicking right button. ? Plz tell .
@fundaofwebit
@fundaofwebit Жыл бұрын
Install the extension - php namespace resolver
@domingogonzalez8976
@domingogonzalez8976 2 жыл бұрын
does anyone have this code the changes that you made in side bar like category, sales, products, brands, users....?
@fundaofwebit
@fundaofwebit 2 жыл бұрын
Hey, there is nothing in sidebar, it's just named accordingly and url() is set in href of a tag to it's specific path.
@domingogonzalez8976
@domingogonzalez8976 2 жыл бұрын
Thank you so much.
@janstipenroymansen3608
@janstipenroymansen3608 Жыл бұрын
how to make class import the Auth sir?
@LearnwithAkram39
@LearnwithAkram39 Жыл бұрын
you cannot show the sidebar button where you change setup
@umairali1100
@umairali1100 2 жыл бұрын
you did not show how you created the sidebar links
@jimzontrangia4530
@jimzontrangia4530 2 жыл бұрын
Thanks!
@ali-w8m2d
@ali-w8m2d 11 ай бұрын
Hi sir is the source code free?
@kkch980
@kkch980 2 жыл бұрын
thank you
@suraiyaaysha
@suraiyaaysha 2 жыл бұрын
Thanks
@rafovirabyan7239
@rafovirabyan7239 2 жыл бұрын
source code ?
@LearnwithAkram39
@LearnwithAkram39 Жыл бұрын
Sir, I have now started this project. You explain everything really well
@domingogonzalez8976
@domingogonzalez8976 2 жыл бұрын
You hav not shown the changes that you made in side bar like category, sales, products, brands, users....
@domingogonzalez8976
@domingogonzalez8976 2 жыл бұрын
You hav not shown the changes that you made in side bar like category, sales, products, brands, users....
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН
Data Cloud-MuleSoft Accelerator for Financial Services
40:21
Vanrish Technology
Рет қаралды 39
Auth Multi Roles Login with Custom Middleware in Laravel 9
16:50
Cambo Tutorial
Рет қаралды 53 М.
How to Create Admin Panel in Laravel Easily using Open Admin
16:37
Web Tech Knowledge
Рет қаралды 102 М.
Building Secure Multi-Auth Systems in Laravel 11 with Laravel Breeze
29:36
Log in & Registration in Laravel 8.x : Laravel/ui - Bootstrap
10:47
Takneeki Code
Рет қаралды 32 М.