Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Leandro-Reis/4daab3d5545afc2cf5298d16057aa2da to your computer and use it in GitHub Desktop.
Save Leandro-Reis/4daab3d5545afc2cf5298d16057aa2da to your computer and use it in GitHub Desktop.
How to add Composer to Cmder
:: 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