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

noblemfd's avatar

How to configure multiple Laravel projects on DigitalOcean Ubuntu

Currently I have a single Laravel Application running on DigitalOcean/Ubuntu-18. I use Bitwise-SSH Client to access it and perform other configurations. It is running live. Its IP address is like 22.11.44.13

  1. Now I want to deploy other Applications on the same platform without tampering with the Initial one. One for testing, the other for Development purpose and the Last is a real Application.

  2. The other concern I have is the configuration. I used NGINX for the current one.

  3. And what do you think to host different projects on the same droplet (Laravel projects) ?

How do I achieve this?

0 likes
3 replies
noblemfd's avatar

@tray2 - How about if I want to make the new one a subdomain of the already existing one?

Please or to participate in this conversation.