I'm new to the Laravel and I have problems with deploying the app on my server. When I work on xampp it's all fine but when I push the application to server I recive the error 500. For index.php in root folder I used artisan code.
Also .env file set to APP_DEBUG=false and APP_ENV=production.
Server didn't create error_log file and also laravel didn't create one under storage/logs. I have allready sent message to my host provider if It's possible to host Laravel application on their servers.
Checked again all of the above and current version of PHP is 5.3.28. I will contact hosting provider to change it for me because I don't have permission :(