I am writing through a translator, as I do not know English very well. I want to thank you very much for trying for the developers. It is very convenient to first view, understand where it is used, and then study the documentation in detail, when it is already clear what you need. Please don't stop, your videos are very useful to everyone. It's a pity that there are very few views and likes, the videos really deserve it!
hi! can you check with just the "view" ? I believe it has bugs and only shows the resource if you include "viewAny" with "view" - but the user will be able to see not just his own record
How can I manage users for different tables? Like suppose we have roles like super_admin, visitors, organiser and when we create a new user through UserResource we assign a single or multiple roles to that user, it should be insert one entry in user table and one entry in table whatever role got assign to user, like if organiser assign then insert in organiser table in user table like wise.
Hi thank you very much for the video. Can you help me, I have a case where I need to create a role where if a user with that role logs in it will be taken to an index from the "homepage" controller, not to the admin panel. is this possible? can you show me how?
Sorry sir, I have an OrderResource so what if I want to display data in the OrderResource table only the input from the user Ganon Lucas is displayed, Thank you Please answer
Thanks for the video sir. I have more than one panel, for example, how can I assign the role as an automatic student when the person is registered from the student panel. Is there such a feature in Shield?
@@scyphe_2103 Hi, there is filament shane-rosenthal-panel-roles plugin, I installed it but it didn't work for me, give it a try, maybe it has been updated. i used For now protected static function booted() { static::created(function (User $user) { assing role this line -- There is also a plugin video, maybe you can look at it and edit it yourself if it is possible
Hello sir ! We need you to explain to us the import and export added in Filamentphp 3.2 and apply that to the tables of the HR system which you previously explained to us in the Filamentphp series. This will help me a lot and thank you for this great content :)
@tonyxhepaofficial Thank you! I'm learning a lot of Filament from you! but i observed that shield document has recently modified. kindly do a modified video also on this. i will also appreciate if you can touch multipanel with different users access. thanks
Laravel Filament Shield Plugin - Role and Permission
I am writing through a translator, as I do not know English very well.
I want to thank you very much for trying for the developers. It is very convenient to first view, understand where it is used, and then study the documentation in detail, when it is already clear what you need.
Please don't stop, your videos are very useful to everyone. It's a pity that there are very few views and likes, the videos really deserve it!
Thank you for your support. I was struggling for three days without knowing how to solve my errors. Thank you for the awesome content.
I've been learning Laravel, specially filament. I really like your videos, learning a lot. thanks.
Great to hear!
I appreciate your great work and hope you will be able to provide a more in-depth video about the permissions and roles in Filament in the future.
Yes I will
hi! can you check with just the "view" ? I believe it has bugs and only shows the resource if you include "viewAny" with "view" - but the user will be able to see not just his own record
Thank you! I'm learning a lot of Filament from you!
How to hide role menu if not super_admin
@@tekukurbekasi2023 x2
thanks, for your video. Could I use Employee models instead of user, due to our user is Employee, please advice
How can I manage users for different tables?
Like suppose we have roles like super_admin, visitors, organiser and when we create a new user through UserResource we assign a single or multiple roles to that user, it should be insert one entry in user table and one entry in table whatever role got assign to user, like if organiser assign then insert in organiser table in user table like wise.
what extension that you use for this project ?
how do you go about it for diffrent models
Hi thank you very much for the video. Can you help me, I have a case where I need to create a role where if a user with that role logs in it will be taken to an index from the "homepage" controller, not to the admin panel. is this possible? can you show me how?
How to use it in multiple panels with different guards?
Sorry sir, I have an OrderResource so what if I want to display data in the OrderResource table only the input from the user Ganon Lucas is displayed, Thank you Please answer
Thank you Tony for the great work. I wanted to know if you can combine the Mary UI with Filament
Filament as admin and Mary UI as Frontend.
how to create your own role? when i make my own roles all of them are forbidden even if i enable all policies
Thank you
more filament videos pls ❤❤💕💕
Thanks for the video sir. I have more than one panel, for example, how can I assign the role as an automatic student when the person is registered from the student panel. Is there such a feature in Shield?
hi, I am also encountering almost the same issue as you. Just wondering if you've solved it already ? Thanks .
@@scyphe_2103 Hi, there is filament shane-rosenthal-panel-roles plugin, I installed it but it didn't work for me, give it a try, maybe it has been updated.
i used For now
protected static function booted()
{
static::created(function (User $user) {
assing role this line
--
There is also a plugin video, maybe you can look at it and edit it yourself if it is possible
@@apprenticetp1277 I'll give it a try. Thanks.
I need how hiden role menu
Hello sir !
We need you to explain to us the import and export added in Filamentphp 3.2 and apply that to the tables of the HR system which you previously explained to us in the Filamentphp series.
This will help me a lot and thank you for this great content :)
@tonyxhepaofficial Thank you! I'm learning a lot of Filament from you! but i observed that shield document has recently modified. kindly do a modified video also on this. i will also appreciate if you can touch multipanel with different users access. thanks
Thanks!
Muy bien.
thanks
How to use it in multiple panels with different guards?