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

anjanesh's avatar

Laravel Cloud cloud provider

To where does Laravel Cloud deploy an app ? AWS, Azure, GCP, DigitalOcean etc ?

0 likes
4 replies
martinbean's avatar

@anjanesh I think it’s safe to assume it’s AWS. But it’s a moot point as the entire point of Laravel Cloud is to completely abstract you from details like how to set up infrastructure, and where that infrastructure is hosted.

anjanesh's avatar

Wouldn't it be nice to have us the option to choose from ?

martinbean's avatar
Level 80

Wouldn't it be nice to have us the option to choose from ?

@anjanesh No, because why would it matter? You’re deploying it to Laravel’s infrastructure. It therefore doesn’t matter if the app is deployed to AWS or any other cloud provider, because you’re not directly interacting with nor paying for those services.

Laravel Cloud completely removes you from the underlying infrastructure the same way something like Heroku does.

If you want to deploy your applications to your own cloud infrastructure, then Laravel Cloud is not the solution for you.

1 like

Please or to participate in this conversation.