I recently set up my VPS on CentOS 7 with VestaCP, as I've heard many great things about it. Everything is great except that I can't run a Laravel project on it. I've followed a couple of tutorials on how to set up a Laravel project on VestaCP, but it doesn't do anything.
I have the contents of my public folder in public_html, and I have everything else in private/laravel folder, outside of public_html. I edited the index.php file to include bootstrap/autoload and bootstrap/app like I always do when uploading projects to hosting, but this time it doesn't work at all, and throws me a HTTP ERROR 500.
My initial thoughts were that it must be Apache permissions, but that didn't work at all. If anyone can help me out at all, I'd be really grateful.