In my localhost I can run Laravel using composer without any problem. But I don't know how to move my Laravel project to live server.
I just copied all items which is in Public folder to Public_html. Then other items are placed into Laravel folder. Put this folder into Public_html. I have changed the index.php coding like this.
require __DIR__.'/laravel/bootstrap/autoload.php';
$app = require_once __DIR__.'/laravel/bootstrap/app.php';
But still my site shows
page isn’t working..is currently unable to handle this request.HTTP ERROR 500