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

josefelipetto's avatar

Laravel + AWS Elasticbean

Hello guys,

I've developed a api using laravel and it's all working properly. I'm using elasticbean to run my application. My problem is: Every time that i do some change on my application, i have to access my instance through ssh and create manually my .env file. The problem is, while i'm still testing, that's ok, but when the application scales, new instances will not have the .env file, because aws elasticbean does not consider any changes made through ssh. I'm using .ebextensions, but i don't know how can i do this process of download the .env file from s3 for example. Has anyone ever experienced this issue before that could help me?

Thank you

0 likes
1 reply

Please or to participate in this conversation.