Skip to content

Instantly share code, notes, and snippets.

@Kaapiii
Last active November 2, 2021 08:17
Show Gist options
  • Save Kaapiii/3244227cb3dd892fe5f20d4a59f67d3d to your computer and use it in GitHub Desktop.
Save Kaapiii/3244227cb3dd892fe5f20d4a59f67d3d to your computer and use it in GitHub Desktop.
Install PHP, Node on Win10

Install Basic PHP Environment On Windows 10

Install chocolatey

Download and install chocolatey download

Install software with choco

Open a terminal with Administrator privileges.

choco install php -y
choco install composer -y
choco install openssh -y
choco install nodejs -y
choco install grep -y

Additional software

choco install make -y
choco install git.install -y

Reopen the cli with admin priviledges

Open PHPStorm

  • Create a new project
  • Open the "Settings" (Ctrl+Alt+S)
  • click on "PHP" and click on the "..." after CLI Interpreter
  • PHP executalbe should be found
  • click apply or ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment