Answers for "ubunut laravel not found"

0

laravel command not found ubuntu

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

laravel command not found ubuntu

//on mac
echo 'export PATH="$HOME/.composer/vendor/bin:$PATH"' > ~/.bashrc
source ~/.bashrc
Posted by: Guest on March-27-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language