Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

amitaymolko's avatar

Multi Tenant app, with download site

I want to build a Multi Tenant app, but i want to add the ability for the user to download their site and host it on their own server. How can i accomplish this?

0 likes
3 replies
bobbybouwmann's avatar

That's kinda hard to do since every user has a different server and that will just give you so many headaches!

What you can do is create a package with everything and then let them install the package?

amitaymolko's avatar

Thanks for your reply! i want default users to use the multi tenant app(hosted on my server, wildcard domain, single db, filtering data by tenant scope), but i want an option to be able to extract the user's site and have him download the source. Also i want any update i make to affect both the multi tenant app and the downloadable version. Can a package contain a full site? views & assets & routes and everything?

Please or to participate in this conversation.