Laravel Filament Shield Plugin - Role and Permission

Поделиться
HTML-код
  • Опубликовано: 28 дек 2024

Комментарии • 35

  • @tonyxhepaofficial
    @tonyxhepaofficial  7 месяцев назад +5

    Laravel Filament Shield Plugin - Role and Permission

  • @WebDevRussia
    @WebDevRussia 7 месяцев назад +1

    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 4 месяца назад

    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 7 месяцев назад +1

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

  • @mdazhardware
    @mdazhardware 7 месяцев назад +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.

  • @christopherjohnmortal2816
    @christopherjohnmortal2816 7 месяцев назад +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

  • @potantirittisak8494
    @potantirittisak8494 6 месяцев назад

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

  • @tekukurbekasi2023
    @tekukurbekasi2023 7 месяцев назад +5

    How to hide role menu if not super_admin

  • @Gvc12a
    @Gvc12a 5 месяцев назад

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

  • @GauravV-pf4ky
    @GauravV-pf4ky 6 месяцев назад

    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.

  • @ihyamars
    @ihyamars 3 месяца назад

    what extension that you use for this project ?

  • @jeffkimani2996
    @jeffkimani2996 4 месяца назад

    how do you go about it for diffrent models

  • @kyochan44
    @kyochan44 6 месяцев назад

    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?

  • @YacoubCoder
    @YacoubCoder 7 месяцев назад

    How to use it in multiple panels with different guards?

  • @vhicxschanel7188
    @vhicxschanel7188 7 месяцев назад

    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

  • @addosmash
    @addosmash 7 месяцев назад

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

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

  • @张朋-i4h
    @张朋-i4h Месяц назад

    Thank you

  • @cengizhan597
    @cengizhan597 7 месяцев назад

    more filament videos pls ❤❤💕💕

  • @apprenticetp1277
    @apprenticetp1277 7 месяцев назад

    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 29 дней назад +1

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

  • @leokratoschief1853
    @leokratoschief1853 4 месяца назад

    I need how hiden role menu

  • @AbdulrahmanAlharthy-j5h
    @AbdulrahmanAlharthy-j5h 7 месяцев назад

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

  • @armanmkrtchyan775
    @armanmkrtchyan775 2 месяца назад

    Thanks!

  • @beticohernandez9536
    @beticohernandez9536 7 месяцев назад +1

    Muy bien.

  • @mohamedfkr
    @mohamedfkr 7 месяцев назад

    How to use it in multiple panels with different guards?