May 22, 2017
0
Level 1
Laravel can't make database writes when deploying on Elastic Beanstalk
I deployed a 5.3 Laravel application using en eb deploy command. I was able to run the site however when I attempt to execute create functions, it doesn't proceed and it shows no error.
But when I ssh to it and run tinker I am able to make objects via create functions.
I already checked the database version where it is located on an RDS instance, it is working fine. So I assumed it is something on the permission level. But can't seem to figure out yet.
Please or to participate in this conversation.