Hi, I deployed my laravel app and uploaded on my altervista hosting but when i go to /public/index.php file it returns error 500. I've verified that all extensions laravel require are enabled, i don't know how to solve.
I checked the /storage/logs/laravel.log file but it's empty, i gave 777 permission to the whole project but it continue not working. what should i do ?
https://ibb.co/bz5fH1k here you find the folder structure
Why would you do that? That’s not how Laravel works. You go to the route you want, not the index file that initiates and launches the Laravel app. If you go directly to the index file, there’s no route for Laravel to show you, so it will of course give an error.