Answers for "laravel artisan' not found"

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 "laravel artisan' not found"

Browse Popular Code Answers by Language