zsh: command not found: "laravel-echo-server" code example
Example 1: zsh: command not found: laravel
export PATH="$HOME/.composer/vendor/bin:$PATH"
Example 2: zsh: command not found: laravel
export PATH="$HOME/.config/composer/vendor/bin:$PATH"