I\'m relatively new to Laravel. I\'m confused on what is the proper way to deploy a Laravel 5.5 app to a Godaddy cPanel shared hosting. I\'ve read multiple posts on the subject
I do the followings steps in a shared hosting:
line 24
require __DIR__.'/vendor/autoload.php';
line 38
require_once __DIR__.'/bootstrap/app.php';
this work for me in godaddy and inmotion