Yes, you need to make sure that ~/.composer/vendor/bin
directory is in your system's PATH
, you can check this by running:
echo $PATH
If you can't see it there, then you need to add this to your ~/.bash_profile
:
export PATH=$PATH:~/.composer/vendor/bin
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…