06:40 - user filament-resource 10:20 - user access panel method 18:00 - laravel policies 24:00 - removing functionality from roles 24:20 - bulk actions 30:45 - authorized user role button 33:15 - wire:navigate issue fixed
@MindfulMomentsofficials Жыл бұрын
таких классных видосов по крипте я еще не видел) ну и вообще не ожидал услышать такие разговоры от девушки)))
@nazgyl Жыл бұрын
Hope you are in best form! Thank you, and welcome back
@yelocode Жыл бұрын
Thank you
@MrOryly Жыл бұрын
Great job, as usual :-) I'm still learning and thanks to you, I like PHP more and more every day
@yelocode Жыл бұрын
Thanks for watching. Great to hear
@eng_mohsin Жыл бұрын
Great ❤ More every day 👍🏼
@yelocode Жыл бұрын
Thanks for watching.
@agneldominique352 Жыл бұрын
Thanks for making such a thorough tutorial on this topic... looking for more advanced topics
@yelocode Жыл бұрын
Thanks for watching.
@ramaeisawi100611 ай бұрын
It is very useful. Thank you so much 🌸
@yelocode11 ай бұрын
Glad it was helpful!
@protrag Жыл бұрын
Great video 👍
@yelocode Жыл бұрын
Thank you
@WEESPlayzZz Жыл бұрын
Saved my day ❤
@yelocode Жыл бұрын
Glad to hear that. Btw super thanks for the super like/sticker. I'm unable to see your comment with the super thanks to reply to it.
@HamadAbdulla_7 Жыл бұрын
Thanks Boss 😍 i hope you good now
@yelocode Жыл бұрын
Thank you Hamad
@LeonelLopezBorbon Жыл бұрын
Thanks Master!!
@yelocode Жыл бұрын
Thanks for watching
@eramitgupta271 Жыл бұрын
Very nice 👍
@yelocode Жыл бұрын
Thank you! Cheers!
@matinnoei29569 ай бұрын
thank you sir for this great tutorials, one more thing that I'm confused about is that how is redirecting to the proper route happening in this case? I mean how can I send the user to the user panel and admin to the Admin panel and what if we have 3 or more roles of people in our implementation?
@ltcsvk9 ай бұрын
Thanks Man
@bikerbreed Жыл бұрын
Awesome video tutorial. Love from India. I have a question with respect to roles and permissions: can you make a video of how to navigate to different pages on login based on roles. Ex: User -> navigate him to home page, if Editor -> navigate him to page xyz and if admin -> navigate him to filament dashboar/ filament admin pane. I tried to do it my self but confused with using Jetstream and filament manages it own routes. your thoughts and comments will be helpful. if you make a video about it its great! Thank you
@ousssika5359 Жыл бұрын
thanks of everthing
@yelocode Жыл бұрын
Thank you for watching.
@abdisaha2039 Жыл бұрын
I'm currently learning to create a veterinary clinic website, should I make customers/pet owners to fill in appointments, medical records, etc. on the front page or fill in on the filament panel?
@romelneri470111 ай бұрын
This is great sir., i just have question, how can we add the pxlrbt/filament-excel export in the policy? thank you. ex: public function export(User $user, Item $item): bool { return $user->isAdmin(); }
@renznormanpalma63127 ай бұрын
thanks, great video! but is there someone here knows how to redirect or customize the logout page of filament. I can't find the file in apps/controllers/filament
@einnlleinhatt_ Жыл бұрын
Is it better to separate the role or this ?
@yelocode Жыл бұрын
Do you mean separate to different permissions? if so, that depends on your applications, having permissions gives you more flexibility but requires more development time and adds complexity. If your app is simple, you can just use roles, but for complex app you'll have to implement a permission based system or use something like spatie permissions library.
@micheldupont49188 ай бұрын
Pourquoi mettre une "string" et non pas un type "enum" pour les rôles ? Why don't you choose an enum for roles ?
@kincortezao202411 ай бұрын
Why not create a table Roles and create Roles with permission inside? You can control in frontend, not necessary change code to create roles