I would like to know anyone success Deploy Laravel 5.4 on FreeHost server . Please help me, or link me to any infor teach me. I spent whole day and fail . This is my first time to deploy a website . I want to test it to see how it works . Thank you very much!
It is easy to deploy Laravel. You just need to upload the content of Public Folder to htdocs and use Laravel from there.
Or, you can upload Laravel as it is to htdocs and move index.php of Public folder to main htdocs. If you do this, you will need to change include paths inside index.php file.
Thank you, Admin. I think I did the way you said :), but I am not sure . I will try it until I get it, because you said it works, therefore, I may do a wrong way . Should I delete everything and start upload fresh, because when I use FPT to upload files, sometimes I see it fails . could it be missing some files ? . Thanks Admin again
Hi Admin, Sorry I need your help again :). I pick second choice . Upload Laravel to htdocs folder, and move index.php of Public folder to main htdocs . I edit index.php as: