I installed Laravel using Composer without problems, but when I try to run laravel
in the terminal, I get the following error:
-bash: laravel: command not found
The docs say that I need to do the following:
Make sure to place the ~/.composer/vendor/bin directory in your PATH so the laravel executable is found when you run the laravel command in your terminal.
How can I do that?