Forked from emasantos/how-to-add-composer-to-cmder.cmd
Created
September 5, 2024 21:40
-
-
Save Leandro-Reis/4daab3d5545afc2cf5298d16057aa2da 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