Answers for "linux laravel: command not found"

0

laravel command not found

echo 'export PATH="~/.config/composer/vendor/bin"' >> ~/.bashrc
# or
echo 'export PATH="~/.config/composer/vendor/bin"' >> ~/.zshrc
Posted by: Guest on September-27-2020
0

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 "linux laravel: command not found"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language