Wow, this was incredibly informative and engaging! The breakdown of the concept was clear and easy to follow.
@JustSteveKing5 ай бұрын
Thank you!
@abhishek.burkule3 ай бұрын
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
@HenryGonzález-h3o5 ай бұрын
You are very good brother
@iReactionVlogs4 ай бұрын
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?
@zhimma5 ай бұрын
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?
@JustSteveKing5 ай бұрын
You can do yeah! Would it help if I did a video on it? Laravel and Nuxt with multi-tenancy?
@kossi-kuma4 ай бұрын
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.
@takondwakapyola4 ай бұрын
@@JustSteveKing please do
@stasj17436 ай бұрын
hey, what is that preety console output in phpstorm, that u have, what is that?
@JustSteveKing6 ай бұрын
That's just the nee PhpStorm integrated terminal!
@piotrwielki54335 ай бұрын
you need to turn it on in the settings menu: Tools -> Terminal -> Enable New Terminal
@jainsiddharth215 ай бұрын
Hey bro, thanks for the video. Could you please share steps to impersonate user using the same package ?