1 Answer
To add the path run the below command
export PATH="~/.composer/vendor/bin:$PATH"
Your Answer