Documentation for Windows
Command Line
#Command Line
As soon as Herd is installed, you can use the CLI commands of herd
, composer
, laravel
and php
in your command line, for example to manage PHP versions, share sites or secure sites.
#Git Bash
If you want to use the Herd binaries in Git Bash, add these aliases to your .bash_profile
:
alias php="php.bat"alias herd="herd.bat"alias laravel="laravel.bat"alias composer="composer.bat"