Herd doesn't seem to work with Git Bash Terminal #697
-
I've been using git bash on my windows pc for the longest time now, no issues, but after I installed herd, I've discovered that the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
If you want to use the Herd binaries in Git Bash, add these aliases to your alias php="php.bat"
alias herd="herd.bat"
alias laravel="laravel.bat"
alias composer="composer.bat" We'll update the documentation regarding that soon (and will also try to add these lines automatically during onboarding for new installs). |
Beta Was this translation helpful? Give feedback.
-
nvm found them in the ~/.bash_profile
See also: [Bug]: uninstall docs for Windows missing the entries added to .bash_profile #930 |
Beta Was this translation helpful? Give feedback.
If you want to use the Herd binaries in Git Bash, add these aliases to your
.bash_profile
:We'll update the documentation regarding that soon (and will also try to add these lines automatically during onboarding for new installs).