@dixitchopra You might want to read up on modern deployment techniques such as setting up a Git repository on your external server and pulling down changes there using a deployment script. Failing that, you could look at a service like Forge that does the heavy lifting for you.
May 8, 2015
6
Level 3
Deploy on AWS
How to deploy Laravel application on AWS? I have created a new project on AWS instance. I have basic Laravel application installed now. Should I move all the local files to AWS instance via FTP or is there any better way to do it?
Please or to participate in this conversation.