I am developing and learning laravel on my local host running wamp. Everything works fine on local host, but when i copy everything to my shared IIS7 host i get an Internal server error.
Everything works fine untill $app->boot();
in 'vendor\laravel\framework\src\Illuminate\Foundation\start.php'.
I tried giving all folders all permissions but that didn't solve the problem.
I don't have composer installed on my shared host, because i believe i could just copy all the code from my local host, to the shared host, and only had to convert the .htaccess to Web.config (and these files work like they should). This worked when i was working with CodeIgniter, and everything was just copy/paste.
Does anyone know what is wrong and how i can solve this?