Laravel: Befehl nicht gefunden
export PATH=~/.config/composer/vendor/bin:$PATH
source ~/.bashrc
Unfunny Flamingo
export PATH=~/.config/composer/vendor/bin:$PATH
source ~/.bashrc
#in your terminal, edit .bashrc
nano ~/.bashrc
#pass below command
export PATH="~/.config/composer/vendor/bin:$PATH"
#save file and restart terminal
source ~/.bashrc