zsh: command not found laravel

I think ZSH won’t expand the ~ on PATH. Try this in your .zshrc file instead:

export PATH="$HOME/.composer/vendor/bin:$PATH"

Leave a Comment