An error show's that the php executable not found and add it to your path
CodePudding user response:
Step 1: First, we have to download PHP from it’s 
CodePudding user response:
you didn't set php as a local variable to use it in CLI, so:
- Click the Advanced system settings link.
- Click Environment Variables. ...
- Duble click on
PATH - click new and write your PHP path (EX:
C:\wamp\bin\php\php8.0.11)

