Laravel: command not found after running: composer global require laravel installer in ubuntu
Channel:
Subscribers:
4,970
Published on ● Video Link: https://www.youtube.com/watch?v=i9djJ86pxzw
permanent solution:
run this command:
vi ~/.bashrc
export PATH="~/.config/composer/vendor/bin/:$PATH"
then run:
source ~/.bashrc