The installer will automatically add vagrant to your system path so that it is available in terminals. If it is not found, please try logging out and logging back in to your system (this is particularly necessary sometimes for Windows).
"autoload": {
"psr-4": {
"Acme\\": "/path/to/lib/"
},
"classmap": [
"app/controllers",
"app/database/migrations",
"app/database/seeds",
"tests/TestCase.php"
]
}
brew update
brew tap homebrew/dupes
brew tap homebrew/php
brew install composer