I've also tried updating the server.php to index.php but not worked for me because I can't load assets after doing that. Need Help #Laravel #Laravelphp
@phpwebexperts You don't want ANYTHING other than public available to be accessible from the web. Otherwise anyone can access your application code. Move everything out of the web root, and then if you need, you can change server.php to point to the web root folder, if it's not 'public.'