I have seen this answer in many posts but they have not helped me at all. I followed the regular steps to create the laravel project like this:
- I cloned from my repository.
- I ran composer update.
- I added 777 permissions to storage and bootstrap folders.
- I have a .env file.
- I verfied the .htacces and it's ok.
It is working in locahost, but when I try to replicate it in Hostinger it does not work, it displays the 500 server error. So I wonder what is the problem?
I checked the logs by the way and they were empty. I put the laravel project debugger to true too.
the website url is xellin.com
The debug:
The logs folder:
Thanks.