PHP configuration for Windows machine
Ensure your system was already loaded with the PHP. To check that open the command prompt and execute the command php -version, it will show the installed PHP's version in the command prompt only if exist otherwise download it from the official site and install it manually.
- Visit the official website to download the PHP and install as per below instructions.
- Install the PHP in the following default directory C:\php-7.3.11 and you can move the PHP software to another location as per your wish.
- Check the PHP is updated the Environment Variable or not, by opening the command prompt and execute the command php -version. It will show the installed PHP's version otherwise follow the below steps to setup the environment variable path.