Skip to content

Instantly share code, notes, and snippets.

@codigoconjuan
Last active May 15, 2026 00:06
Show Gist options
  • Select an option

  • Save codigoconjuan/781f48569d9766e69180d110b5835bbe to your computer and use it in GitHub Desktop.

Select an option

Save codigoconjuan/781f48569d9766e69180d110b5835bbe to your computer and use it in GitHub Desktop.
Instalar Ambiente de Desarrollo Windows
Expand-Archive -Path "$env:USERPROFILE\Downloads\archivo.zip" -DestinationPath "C:\php"
[Environment]::SetEnvironmentVariable("Path", $env:Path + ";C:\php", "User")
Copy-Item C:\php\php.ini-development C:\php\php.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment