Created
April 19, 2019 21:39
-
-
Save jpcaparas/8213cae461f5aefd373d6cb95a20d5e3 to your computer and use it in GitHub Desktop.
Composer PHPStorm WSL
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
REM This assumes that you have the "composer" binary on your global $PATH | |
@echo off | |
set params=%* | |
bash.exe -c "composer %params%" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment