Laravel Filament Shield Plugin - Role and Permission

Поділитися
Вставка
  • Опубліковано 17 січ 2025

КОМЕНТАРІ • 37

  • @tonyxhepaofficial
    @tonyxhepaofficial  8 місяців тому +5

    Laravel Filament Shield Plugin - Role and Permission

  • @WebDevRussia
    @WebDevRussia 8 місяців тому +2

    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!

  • @carlosmigueldelara5946
    @carlosmigueldelara5946 5 місяців тому

    Thank you for your support. I was struggling for three days without knowing how to solve my errors. Thank you for the awesome content.

  • @xenon2106
    @xenon2106 8 місяців тому +1

    I've been learning Laravel, specially filament. I really like your videos, learning a lot. thanks.

  • @mdazhardware
    @mdazhardware 8 місяців тому +1

    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.

  • @potantirittisak8494
    @potantirittisak8494 7 місяців тому

    Thank you! I'm learning a lot of Filament from you!

  • @tekukurbekasi2023
    @tekukurbekasi2023 8 місяців тому +6

    How to hide role menu if not super_admin

  • @christopherjohnmortal2816
    @christopherjohnmortal2816 8 місяців тому +1

    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

  • @امیرحسینحاجیپور-ف5م

    whats a helpful video. thanks a lot. one question who to define that only super admin can see role & permissions menu?

  • @张朋-i4h
    @张朋-i4h Місяць тому

    Thank you

  • @addosmash
    @addosmash 8 місяців тому

    Thank you Tony for the great work. I wanted to know if you can combine the Mary UI with Filament

  • @ihyamars
    @ihyamars 4 місяці тому

    what extension that you use for this project ?

  • @Gvc12a
    @Gvc12a 6 місяців тому

    thanks, for your video. Could I use Employee models instead of user, due to our user is Employee, please advice

  • @beticohernandez9536
    @beticohernandez9536 8 місяців тому +1

    Muy bien.

  • @kyochan44
    @kyochan44 7 місяців тому

    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?

  • @vhicxschanel7188
    @vhicxschanel7188 8 місяців тому

    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

  • @YacoubCoder
    @YacoubCoder 8 місяців тому

    How to use it in multiple panels with different guards?

  • @jeffkimani2996
    @jeffkimani2996 4 місяці тому

    how do you go about it for diffrent models

  • @cengizhan597
    @cengizhan597 8 місяців тому

    more filament videos pls ❤❤💕💕

  • @GauravV-pf4ky
    @GauravV-pf4ky 7 місяців тому

    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.

  • @armanmkrtchyan775
    @armanmkrtchyan775 3 місяці тому

    Thanks!

  • @wildcats1369
    @wildcats1369 5 місяців тому

    how to create your own role? when i make my own roles all of them are forbidden even if i enable all policies

  • @apprenticetp1277
    @apprenticetp1277 8 місяців тому

    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
      @scyphe_2103 Місяць тому

      hi, I am also encountering almost the same issue as you. Just wondering if you've solved it already ? Thanks .

    • @apprenticetp1277
      @apprenticetp1277 Місяць тому +1

      @@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
      @scyphe_2103 Місяць тому +1

      @@apprenticetp1277 I'll give it a try. Thanks.

  • @AbdulrahmanAlharthy-j5h
    @AbdulrahmanAlharthy-j5h 8 місяців тому

    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 :)

  • @DwiAgustin-g2q
    @DwiAgustin-g2q День тому

    why my admin not build?

  • @leokratoschief1853
    @leokratoschief1853 5 місяців тому

    I need how hiden role menu

  • @mobolajitenibiaje8969
    @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

  • @mohamedfkr
    @mohamedfkr 8 місяців тому

    How to use it in multiple panels with different guards?