About as simple as you can hope for. Copy your code onto the server, composer install and create a .env file, point your web root at the public folder.
Right okay. Sounds good. I've seen Forge but I was just wondering if I could do it manually. As what you've said sounds straight forward. Hopefully it is.
Ive uploaded all of my files to my cloud hosting. But I cannot view the home page. But I have put all of the files in public_html. I have also setup my MySQL database but how would I migrate the ones that come with L5 please?
@Robert-Broley apache or nygix? which one you are using, I know that pain you are facing , becz i also faced that pain when i try to deploy my app on cloud hosting
run command "sudo nano /etc/apache2/sites-available/000-default.conf" and change your "documentroot => as your public folder" and directory also if you facing problem then goto https://www.youtube.com/watch?v=8ARpTKWc6lQ
@Robert-Broley
whats the error you got , and you pointed to public folder and did you done this " sudo nano /etc/apache2/sites-available/000-default.conf" for change the document root
I got this error when viewing the public folder inside public_html
Parse error: syntax error, unexpected '[' in /var/sites/t/example.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php on line 383
@vipin93 I have cloned the repository and I am just going to ssh into the server and find composer as that has been installed and I will run a composer update.