I installed the composer on my mac os and install laravel and added it to the path
so now printing the path you can see
sudo nano /etc/paths
the result is:
/Library/Frameworks/Python.framework/Versions/2.7/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/myname/.composer/vendor/bin/laravel
so laravel is there, however, when I do:
laravel new blog
I got this error:
-bash: laravel: command not found