Folks, I'm using Mac and trying to install Laravel. I already installed composer
, I ran the command line documented in the framework:
composer global require "laravel/installer=~1.1"
It does everything ok, but when I try
laravel new blog
It gives the laravel command does not exist.
I'm creating within the htdocs of xammp.
How could I fix this?
Thank you