i am using laragon php version is 8.1.8 but in vscode it is 7.4.19. image1 image2 How do I install php 8.1.8 on vscode?
How do I install php 8.1.8 on vscode?
3
You will need to update your Windows Environment Variables.
C:laragonbinphpphp-8.1.8-Win32-vs16-x64
php -r "echo PHP_BINARY;"
php.validate.executablePath
settings.json
Try this :
Click here to cancel reply.
3
Answers
You will need to update your Windows Environment Variables.
C:laragonbinphpphp-8.1.8-Win32-vs16-x64
php -r "echo PHP_BINARY;"
php.validate.executablePath
insettings.json
in VsCode To change the PHP settings, open your User or Workspace Settings (Ctrl+,) and type ‘php’ to filter the list of available settings. Read moreTry this :