web-hosting

Uploading Laravel Project onto Web Server

。_饼干妹妹 提交于 2019-11-26 04:08:50
问题 I am trying to upload my Laravel project onto my web server, but my past two attempts have been unsuccessful. I believe I am not uploading the files to the right location. This is my web server\'s structure -> Am I correct to say that I need to upload ALL of my laravel files into public_html? This is my Laravel project\'s directory : EDIT : I have now added all the files onto the root folder, and public into public_html, however none of my routes seem to work. (They work perfectly on