Setup VS Code for PHP Development using IIS Express
Visual studio code has been the preferred IDE for software development among the developers and the most popular because of the support for building software in multiple languages and platforms, third-party extensions that boosts productivity. Developing PHP applications in visual studio code requires configuring it to handle PHP requests.
First, you need to have PHP installed on your machine. In VS Code, open the settings and set the path to the PHP executable in the validation setting.
Next, to configure IIS Express settings download and install IIS Express which is a lightweight web server for development purposes. In the VS Code settings set the path to the executable for both iisexpress Appcmd and iisexpress.
No comments:
Post a Comment