just installed laravel on my machine, but when I type
laravel new project
It tells me that the command does not exist :/
Error :
zsh: command not found: laravel
just installed laravel on my machine, but when I type
laravel new project
It tells me that the command does not exist :/
Error :
zsh: command not found: laravel
Have you added the following to your .zshrc
file?
# User configuration
export PATH=~/.composer/vendor/bin:$PATH