Teams, Roles and Permissions in Laravel8 with Jetstream

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

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

  • @Hackrus
    @Hackrus 4 года назад

    Thank you from with all my heart! From Russia with love :-)

  • @TrikNgonlen
    @TrikNgonlen 4 года назад

    awesome....thanks for providing the video...

  • @naqzher
    @naqzher 4 года назад +1

    is it necessary to belong to a team?
    I want to assign roles without a team

    • @KARTIKKUMARSAW
      @KARTIKKUMARSAW 3 года назад

      @WebDevMatics, please reply, I have same question

  • @wisdompraise5259
    @wisdompraise5259 4 года назад

    Please what stack should I choose for this project livewire or inertia? thanks

  • @davidsonzed
    @davidsonzed 4 года назад +1

    Thank you sir, this is really helpful.
    Can you also make a video to show how we can restrict users seeing only their own profile and data once the user is logged in? for example, if the user is 'Admin' he can view everything on all teams, but if he is an 'editor', he can add/edit/delete for his team, but if a user, he can view/edit his own profile and content. he can we do it?

    • @temdenis4109
      @temdenis4109 3 года назад +1

      Good evening sir, please have you seen any video in jetstream that teaches what you have requested here? Because am also looking forward to learning that

    • @davidsonzed
      @davidsonzed 3 года назад +1

      @@temdenis4109 sorry, I am also looking for a tutorial on this feature and how to customize laravel 8 admin template.

    • @temdenis4109
      @temdenis4109 3 года назад

      @@davidsonzed Okay Sir

  • @sergey_gabrielyan1001
    @sergey_gabrielyan1001 3 года назад

    I have a question, but it has little to do with this video. I have three user roles - admin, shop owner, shopper. I want to know this structure is correct, for example, the shop owner can only creates products, and the admin can creates shops and products, or the shop owner can also creates shops, I want to know that the structure will be correct, what kind of structure does people mainly use?

    • @WebDevMatics
      @WebDevMatics  3 года назад +1

      shop owner cannot create multiple shop, owner will be assigned by admin, shop owner can apply for new shop creation and admin can approve.

    • @sergey_gabrielyan1001
      @sergey_gabrielyan1001 3 года назад

      Thank you so much

    • @essouiseif7010
      @essouiseif7010 3 года назад

      hello how u do multi auth please

  • @lamedevelopers1218
    @lamedevelopers1218 4 года назад

    Thanks for sharing. Can you please tell if we've not created the project with teams feature, then how can we enable it ?

    • @WebDevMatics
      @WebDevMatics  4 года назад

      Not sure but you can try enabling it in config and add Teams trait to user model and add migration I will look into it

    • @faroukkouar2181
      @faroukkouar2181 4 года назад

      @@WebDevMatics Any news about that?

    • @faroukkouar2181
      @faroukkouar2181 4 года назад

      What work for: i have installed Teams normally and don't forget to add data in seeders.

  • @alfievillarin3554
    @alfievillarin3554 4 года назад

    Hi sir I need your help can you make your laravel chatter upgrade it to laravel 8 jetstream. Please. This is for my project purpose sir

  • @munshifcassim8991
    @munshifcassim8991 3 года назад

    how to check has permission in blade.php

  • @nomondemacu5040
    @nomondemacu5040 3 года назад

    How to make a one user only like super user

    • @WebDevMatics
      @WebDevMatics  3 года назад

      can you explain a bit what you are trying to do?