Skip to content

Instantly share code, notes, and snippets.

@Tagliatti
Forked from JCook21/composer.bat
Created October 1, 2016 03:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tagliatti/426d11ca1448bb1f3239575acb77e1df to your computer and use it in GitHub Desktop.
Save Tagliatti/426d11ca1448bb1f3239575acb77e1df to your computer and use it in GitHub Desktop.
Quick Batch file to add a 'composer' command to windows.
@echo off
if "%PHPBIN%" == "" set PHPBIN=C:\path\to\PHP\executable\dir\.\php.exe
"%PHPBIN%" "C:\path\to\composer.phar" %*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment