Answers for "find-the-command: command not found: laravel"

2

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

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

Browse Popular Code Answers by Language