I have a project on a hosted server. I downloaded the whole Laravel folder and launched the website in visual studio code using IIS express. I successfully ran command line code to enable show directory listing for the site however when I try to access the index.php file I get an error "The page you are requesting cannot be served because of the extension configuration. It is possible that a handler mapping is missing."
I already downloaded PHP to my computer and added "php.validate.executablePath": "c:/php/php.exe" to the settings.json file. Do you know what else I need to do to view the site in localhost?