php - How do you upload Laravel to godaddy's web hosting? -


i trying create basic login setup through laravel. used following guide me started: https://scotch.io/tutorials/simple-and-easy-laravel-login-authentication

after completing steps, used guide me upload files godaddy's web hosting services: https://medium.com/@kunalnagar/deploying-laravel-5-on-godaddy-shared-hosting-888ec96f64cd

i followed guide letter i'm still having issues. after moved content of "public" folder public_html folder , left remaining files in laravel folder located in home directory, supposed allow me type in:mydomain.com/awesomeproject , see laravel login created. instead loads blank page. here pictures of referring to: enter image description here

enter image description here

i might messing following step: enter image description here

because when asks me change path reflect new directory, i'm not sure how that's setup. current path put:

require __dir__.'/../laravel/bootstrap/autoload.php'; $app = require_once __dir__.'/../laravel/bootstrap/start.php'; 

the autoload.php , start.php files located in laravel->html->bootstrap. i'm not sure if has it. theoretically after doing these steps correctly should able see laravel application on domain far i've gotten blank screen. i'm new these things don't know how of getting totally wrong. want login thing working on site using laravel. appreciated. thanks.

these screenshots show contents of laravel folder , content of html folder within laravel folder.
enter image description here enter image description here


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -