Laravel User, Team Admin, Super Admin: Roles Example

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

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

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

    I love coverage of the fundamentals. Often there are a few tweaks (or things you need to know) that are not covered in the docs. Plus seeing code working (as opposed to an isolated snippet) makes it easier to understand. Thanks for your work.

  • @TalesGrechi
    @TalesGrechi 4 месяца назад +2

    These types of roles/team is indeed popular, I've worked in a project with a similar structure as well!

  • @Lexgur0088
    @Lexgur0088 4 месяца назад +1

    Thank you for all the videos you post. The moment I start my work as dev I will send a postcard, Povilai :)

  • @fanievdm1
    @fanievdm1 4 месяца назад +1

    I would like to see more of your ideas for this series! It helps to quickly get a project off the ground. Most of the time the basics are the same for the various projects. Then one can focus on solving the reason for the project. :)

    • @LaravelDaily
      @LaravelDaily  4 месяца назад +1

      Then help me with more ideas for such topics :)

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

    Thank you! Great idea! The two future upgrades that I think are more popular are: emails invitations and the use of Spatie-Permissions. Maybe a "user dashbord" to update his data, change password, would be a common idea.

  • @martijnskanaal
    @martijnskanaal 4 месяца назад +1

    Maybe planning and registering time for tasks? So you maybe have a calendar of to-do's and a registration of hours worked?

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

      I was thinking more about some functionality that EVERYONE would need. A calendar seems like an optional feature to me. But thanks for the idea!

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

    It would be great to see some content from you about using external libraries for roles and permissions

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

      I do have already quite a lot, search on my channel.

  • @mostafa-amine
    @mostafa-amine 4 месяца назад

    Thank you sir.

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

    What about another level on this scheme?
    Master admin > super admin > admin > user
    The use case is a system to manage clinics. Where i am the master admin, there are clinic owners who may have multiple clinics and are the super admins then you have the managers of each local clinic (admin) and the users of that clinic (staff, doctors, patients)

    • @LaravelDaily
      @LaravelDaily  3 месяца назад +1

      That would require a separate long video, can't answer in a comment, sorry.
      But the principles are the same, I can't shoot a video for all possible roles situations.

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

    Good

  • @WilliamWright-k8s
    @WilliamWright-k8s 4 месяца назад

    please more fundamentals I am coming from CodeIgniter and i am very familiar but still have some questions of things are the way they are in Laravel

  • @rico1979
    @rico1979 4 месяца назад +1

    The link to your second channel is not working. You have a - at the end ;-)

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

    Please,
    I am really curious about the tool on the bottom. It seems Laravel specific. What's that?

    • @LaravelDaily
      @LaravelDaily  4 месяца назад +1

      Probably it's Laravel Debugbar

    • @egwuted2398
      @egwuted2398 4 месяца назад +1

      @@LaravelDaily thanks a bunch.

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

    I'm using spatie/permissions