ackerchez's avatar

Laravel & Elastic Beanstalk Guide

Hello everyone!

I am trying to deploy my Laravel installation on AWS and am finding it to be really challenging it get up and running.

Can someone direct me to a good tutorial on how to get this done?

Does Laravel Forge make this easier?

Thanks!

0 likes
7 replies
ackerchez's avatar

I have seen it along with some others but it is hard to find a good guide for migrating from local environment to elastic beanstalk and how to mitigate the quirks.

phpMick's avatar

I have never done it, we just build our production servers manually.

We need to do something better in the future, so please keep us updated.

ackerchez's avatar

Only problem I have with Forge is the scaling. I don't know if they provision servers like Elastic Beanstalk.

ejdelmonico's avatar

Probably not. You would have to setup individually but forge does provision Load Balancers and then you can connect other servers provisioned by forge to it. However, Forge is really just setup to provision servers with only a few admin type features. Everything else, like server size changes, you have to tell Forge manually after the original provision.

Please or to participate in this conversation.