Use git. Host your site code somewhere like Github or Bitbucket, then simply pull the repo into your server from the online repo. I maintain several sites without anything like Forge and this is what I do. Forge makes it easier, but this way honestly isnt too bad.
upload laravel 5.2 to a VPS
hey guys. i have a VPS with CentOS 7. what is the best way to deploy laravel project to that server. i know there are so many tools & websites like forge that can handle this so easily. but i want to learn & understand how to do this old school way.
Also i know there are so many tutorials with bunch of tips & tricks to handle this like change some library URLs, change laravel core files like paths & etc.
I really dont think thats the best way to handle that situation.
& of course i really don't understand why Jeffrey way & Taylor Otwell didn't create anything to handle this situation, on laracasts & laravel official documents. i know that people can upload their projects with forge so easy but how about people like me that want to understand the process.
thanks guys
Thats pretty much it. This might help you:
https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-centos-6
Its for CentOS 6, but a lot of it is probably still relevant.
Please or to participate in this conversation.