I installed the WAY, but it did not work. I find another way to solve it. (OSX 10.10 and Laravel 5.2)
1) find the executable file:
~/.composer/vendor/laravel/installer/laravel
2) give rights to perform:
chmod +x ~/.composer/vendor/laravel/installer/laravel
3) make a soft link to /usr/bin:
sudo ln -s /Users/zhao/.composer/vendor/laravel/installer/laravel /usr/bin/laravel
zhaolion Jun 05 '16 at 6:42 2016-06-05 06:42
source share