When you install composer, you need to link the vendor/bin folder for use script when you need run a script.
echo 'export PATH="$PATH:$HOME/.composer/vendor/bin"' >> ~/.bashrc
after
source ~/.bashrc
That's it!
When you install composer, you need to link the vendor/bin folder for use script when you need run a script.
echo 'export PATH="$PATH:$HOME/.composer/vendor/bin"' >> ~/.bashrc
after
source ~/.bashrc
That's it!
For further actions, you may consider blocking this person and/or reporting abuse
Aditi Polkam -
Mahedi Hasan -
Rajon Dey -
Yudiz Solutions -
Top comments (0)