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

mviniciusbarreto's avatar

Deploy Laraval App on Google Cloud Platform - Questions

Hi all,

I am new here and new to Laravel, sorry if I am posting in the wrong place or if I should ask it in another place. I have a Laravel application I want to deploy on Google Cloud Platform - App Engine. However I want a setup with a landing page and the laravel app in a different directory, so I can have something like mydomain.com poiting for my landing page and dashboard.mydomain.com poiting to my Laravel app. How is the best approach to make it:

1 - Two Laravel apps one for the landing page and one for the dashboard application in a subdirectory? 2 - A simple static html landing in the main directory and the laravel dashboard appication in a subdirectory? 3 - Two separeted google cloud platform projects, one for the landing page and the other for the dashboard app?

I have no idea how is the best and professional method of doing it here. I really appreciate some opinions here.

0 likes
1 reply

Please or to participate in this conversation.