php - Make homestead global in Windows OS -
i installed composer , added c:\programdata\composersetup\bin; path through config in windows. can access composer git globally.
next installed homestead: composer global require "laravel/homestead=~2.0"
the map automaticaly created in c:\users\bart\appdata\roaming\composer\vendor\laravel\homestead
i added path path environment variable in windows access homestead globally. doesn't work did composer.
what did wrong?
the binary file (the executable on windows) put in c:\users\bart\appdata\roaming\composer\vendor\bin
(this contains executables globally installed packages).
you have add directory path file.
Comments
Post a Comment