Skip to content

Instantly share code, notes, and snippets.

@emasantos
Last active May 11, 2023 20:07
Show Gist options
  • Save emasantos/1b2d3ed6f280249793b5950347c2cb40 to your computer and use it in GitHub Desktop.
Save emasantos/1b2d3ed6f280249793b5950347c2cb40 to your computer and use it in GitHub Desktop.
How to add PHP to Cmder
:: 1. Download your PHP version into Cmder vendor directory
:: 2. Add the following line to your user_profile.cmd file within Cmder
:: 3. Enjoy your fully portable PHP installation
@set "PATH=%PATH%;%CMDER_ROOT%\vendor\php-7.3.2-nts-Win32-VC15-x64"
@brenkel
Copy link

brenkel commented May 11, 2023

how do i install php into my vendor directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment