On Laravel website (https://laravel.com/docs/6.x), the documentation said after you download the Laravel via composer,
Make sure to place Composer's system-wide vendor bin directory in your $PATH so the laravel executable can be located by your system. This directory exists in different locations based on your operating system; however, some common locations include:
macOS: $HOME/.composer/vendor/bin
I'm so confused about how to check for that and how to add .composer/vendor/bin
to the path. I checked the other answers but I noticed that they are outdated by a few years ago but I'm not sure if they are relative or updated to current versions.
I have homebrew, oh-my-zch, and iterm2 installed on my Mac.