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