How to work with multiple environments in the application?

Hello, everyone!

I have a primary application. The task now is to create separate versions for different clients on different subdomains with different databases, so that each client has their own version of the application on a separate subdomain. Also, the client versions should have their own logo and fonts (everything else remains the same).

Could you please advise on how you would approach this task? If I create separate applications in different projects, it might be challenging to make changes to the application in the future because the same changes would need to be replicated across all versions. And what if there are 10 of them? 🫣

This topic was automatically closed after 70 days. New replies are no longer allowed.