I have setup elastic beanstalk for my laravel application. I use environment properties:
The application works fine, but when I run migrations this fails as the creds for the db have not been added to .env file (I wanted to run the migrations using ebextensions). Is there a way to run migrations where it uses environment properties?
The migrations run as part of the deployment.
