Answers for "laravel command not found ubuntu 18.04"

0

laravel command not found ubuntu

source ~/.bashrc
Posted by: Guest on March-27-2021
0

ubuntu laravel: command not found

#For Ubuntu 20.04 this will add laravel command to your PATH from CLI
#and append (>>) to your ~/.bashrc file
export PATH="$PATH:$HOME/.config/composer/vendor/bin" >> ~/.bashrc
#Make sure your terminal does actually use ~/.bashrc and not ~/.bash_profile
#reload terminal path config
source ~/.bashrc
Posted by: Guest on June-10-2021

Code answers related to "laravel command not found ubuntu 18.04"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language