Answers for "ubunut laravel: command not found"

6

laravel: command not found

export PATH=~/.config/composer/vendor/bin:$PATH

source ~/.bashrc
Posted by: Guest on September-01-2020
0

laravel command not found ubuntu

export PATH="$PATH:$HOME/.config/composer/vendor/bin"
Posted by: Guest on March-27-2021

Code answers related to "ubunut laravel: command not found"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language