Multi-tenancy in Laravel

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 พ.ย. 2024

ความคิดเห็น • 13

  • @programmertelo
    @programmertelo 5 หลายเดือนก่อน +1

    Wow, this was incredibly informative and engaging! The breakdown of the concept was clear and easy to follow.

  • @HenryGonzález-h3o
    @HenryGonzález-h3o 5 หลายเดือนก่อน +2

    You are very good brother

  • @abhishek.burkule
    @abhishek.burkule 3 หลายเดือนก่อน

    If I had to access the tenant connection table from central model what's the best approach ? I had to write a function eg. load_service() which will use ->run method and return the tenant model data but if we use ::all for central model it does not work as expected. The function is good for ->first()->load_service() record but for ::all we cant use the function load_service() right. Any idea to be able to work the actual relation eg first()->service where service is from tenant

  • @iReactionVlogs
    @iReactionVlogs 3 หลายเดือนก่อน

    Hi Steve, I'm using the same package. I'm trying to upload a file, file is uploaded successfully and is present in the storage/tenantfolder/app/public. But how to ling Storage::link like feature to so I can access the image and show it in the html?

  • @zhimma
    @zhimma 4 หลายเดือนก่อน +1

    Hey bro,I have a question. if the project is front-and-back separated, whether you can only deploy a front-end, dynamic switching API?

    • @JustSteveKing
      @JustSteveKing  4 หลายเดือนก่อน +3

      You can do yeah!
      Would it help if I did a video on it? Laravel and Nuxt with multi-tenancy?

    • @kossi-kuma
      @kossi-kuma 4 หลายเดือนก่อน +1

      ​Hi @@JustSteveKing, I would really appreciate it if you make a Laravel and Nuxt with multi-tenancy video. I discovered your channel recently and I learned a lot, I continue to learn more. As soon as I have time I go and watch the videos on the channel, each video is informative. Thank you for the hard work.

    • @takondwakapyola
      @takondwakapyola 4 หลายเดือนก่อน +1

      @@JustSteveKing please do

  • @stasj1743
    @stasj1743 5 หลายเดือนก่อน +1

    hey, what is that preety console output in phpstorm, that u have, what is that?

    • @JustSteveKing
      @JustSteveKing  5 หลายเดือนก่อน

      That's just the nee PhpStorm integrated terminal!

    • @piotrwielki5433
      @piotrwielki5433 5 หลายเดือนก่อน

      you need to turn it on in the settings menu: Tools -> Terminal -> Enable New Terminal

  • @jainsiddharth21
    @jainsiddharth21 5 หลายเดือนก่อน

    Hey bro, thanks for the video. Could you please share steps to impersonate user using the same package ?