Answers for "laravel command not found after installing laravel"

1

laravel command not found after installing laravel mac

export PATH="$PATH:$HOME/.composer/vendor/bin"
Posted by: Guest on November-23-2020
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

Code answers related to "laravel command not found after installing laravel"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language