So you have built your awesome laravel application, and now you want to deploy it on AWS Elasticbeanstalk. Here are some steps that could help you to successfully deploy your laravel application on elastic beanstalk from GIT using CodePipeline. This article is for someone who is familiar with the aws environment but struggling deploying Laravel application on elastickbeanstalk from Git using CodePiepline
The command in this config file exposes the ElasticBeanstalk environment variables to the EC2 instance created by the Elasticbeanstalk instance so that your laravel application can have access to the environment variables
Step 5: Your Pipeline would run through all the stages and automatically deploy your laravel application to your elasticbeanstalk environment