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

geremiasmor's avatar

Deployment oficial of laravel in aws

I am programming laravel projects on my local computer in Homestead

I am looking for the official guide or manual or tutorial to configure my virtual machine in aws or any other cloud computing service

I want to efficiently replicate the local Homestead environment in some cloud computing service.

0 likes
1 reply
igedeon's avatar

I know this is not what you asked for but I recommend you to use Laravel Forge. It is going to be easier to start and maintain your server.

I consider myself very proficient in linux enviroments but Laravel Forge makes a really good case on cost vs benefit taking care of deployments, updates, backups, monitor performance, auto renew ssl let's encryp, etc.

If you really want to do it by yourself this article is the way to go:

https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/php-laravel-tutorial.html

If you want to take the serverless approach instead of Forge yo can use Laravel Vapor

I recommend you read:

https://divinglaravel.com/what-is-aws-lambda-and-how-laravel-vapor-uses-it

Please or to participate in this conversation.