Last active
May 11, 2023 20:07
-
-
Save emasantos/1b2d3ed6f280249793b5950347c2cb40 to your computer and use it in GitHub Desktop.
How to add PHP to Cmder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: 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" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
how do i install php into my vendor directory