I actually think I may have figured this out.
- Create new forge site portal.mysite.com
- Clone the git repo of my 3rd party tool
- Update env variables
- Add dns entry in route 53 zone
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Here's what I'm trying to do and wondering if it's possible. I have my main website which is written in Laravel 5.4. I also have a 3rd parting billing application I'm using that's written in laravel 5.2 that I would like to have residing in a subdirectory. So for example
https://mysite.com is my main laravel 5.4 instance and https://portal.mysite.com is my 3rd party Laravel 5.2 application.
is this possible to do. I'm using Forge and Digital Ocean
Please or to participate in this conversation.