Laravel Filament Shield Plugin - Role and Permission
@WebDevRussia8 ай бұрын
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!
@carlosmigueldelara59465 ай бұрын
Thank you for your support. I was struggling for three days without knowing how to solve my errors. Thank you for the awesome content.
@xenon21068 ай бұрын
I've been learning Laravel, specially filament. I really like your videos, learning a lot. thanks.
@tonyxhepaofficial8 ай бұрын
Great to hear!
@mdazhardware8 ай бұрын
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.
@tonyxhepaofficial8 ай бұрын
Yes I will
@potantirittisak84947 ай бұрын
Thank you! I'm learning a lot of Filament from you!
@امیرحسینحاجیپور-ف5م8 күн бұрын
whats a helpful video. thanks a lot. one question who to define that only super admin can see role & permissions menu?
@christopherjohnmortal28167 ай бұрын
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
@tekukurbekasi20238 ай бұрын
How to hide role menu if not super_admin
@leokratoschief18535 ай бұрын
@@tekukurbekasi2023 x2
@Gvc12a5 ай бұрын
thanks, for your video. Could I use Employee models instead of user, due to our user is Employee, please advice
@kyochan447 ай бұрын
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?
@GauravV-pf4ky6 ай бұрын
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.
@vhicxschanel71887 ай бұрын
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
@addosmash8 ай бұрын
Thank you Tony for the great work. I wanted to know if you can combine the Mary UI with Filament
@tonyxhepaofficial8 ай бұрын
Filament as admin and Mary UI as Frontend.
@ihyamars4 ай бұрын
what extension that you use for this project ?
@wildcats13695 ай бұрын
how to create your own role? when i make my own roles all of them are forbidden even if i enable all policies
@jeffkimani29964 ай бұрын
how do you go about it for diffrent models
@YacoubCoder8 ай бұрын
How to use it in multiple panels with different guards?
@apprenticetp12778 ай бұрын
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, I am also encountering almost the same issue as you. Just wondering if you've solved it already ? Thanks .
@apprenticetp1277Ай бұрын
@@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
@scyphe_2103Ай бұрын
@@apprenticetp1277 I'll give it a try. Thanks.
@AbdulrahmanAlharthy-j5h8 ай бұрын
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 :)
@mobolajitenibiaje8969Ай бұрын
@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
@cengizhan5978 ай бұрын
more filament videos pls ❤❤💕💕
@leokratoschief18535 ай бұрын
I need how hiden role menu
@张朋-i4hАй бұрын
Thank you
@armanmkrtchyan7753 ай бұрын
Thanks!
@beticohernandez95368 ай бұрын
Muy bien.
@tonyxhepaofficial8 ай бұрын
thanks
@mohamedfkr8 ай бұрын
How to use it in multiple panels with different guards?