Answers for "php artisan vendor command not found 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

command not found: laravel

# For mac just run these 2 commands
echo 'export PATH="$HOME/.composer/vendor/bin:$PATH"' >>  ~/.zshrc
source ~/.zshrc
Posted by: Guest on December-10-2020

Code answers related to "php artisan vendor command not found laravel"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language