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

engrlaravel's avatar

Deploy laravel with aws

I am committing code on bitbucket. I want to find better way to deploy this code on aws ec2 instance. what is the best way to do it? also does envoyer provide this function?

0 likes
1 reply
CorvS's avatar

what is the best way to do it?

Laravel Forge I'd say. It supports Amazon by default.

also does envoyer provide this function?

Envoyer takes care of your deployment, but doesn't set up a server for you. That said you can use Envoyer with any server you like (e.g. a Forge server).

Please or to participate in this conversation.