Created
February 19, 2019 16:06
-
-
Save emasantos/b131eee3ffd6c64a1f31a6ab543456ba to your computer and use it in GitHub Desktop.
How to add Composer to Cmder
This file contains 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 Composer into Cmder vendor directory | |
:: 2. Add the following line to your user_alias.cmd file within Cmder | |
:: 3. Enjoy your fully portable Composer installation | |
composer=php "%CMDER_ROOT%\vendor\composer-1.8.4\composer.phar" $* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment