laradock-cli
laradock-cli copied to clipboard
Docs Suggestion: Bash alias / $PATH addition
Unfortunately (at least on my mac) composer global require lorinlee/laradock-cli
doesn't add laradock
to the $PATH so you cannot immediately run laradock
commands.
I suggest a short paragraph in the readme after the composer install, something like;
You may need to add this to your $PATH in your ~/.bash_profile so that you can run the commands.
export PATH="~/.composer/vendor/lorinlee/laradock-cli/laradock:$PATH"
Have you check the path "~/.composer/vendor/bin" if there is a runnable bash called "laradock"?
Ah, yes there is, however that's not executable by default on Mac, so probably best to actually add that path ^ to the $PATH instead.