Answers for "how to use the laravel command not found"

5

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 "how to use the laravel command not found"

Browse Popular Code Answers by Language