I\'m trying to start laravel,
Found the following line in their tutorial:
Make sure to place the ~/.composer/vendor/bin directory in your PATH
For me after adding PATH to environment variables result was the same. I found me answer here
So at first you have to run in cmd
composer global require "laravel/installer=~1.1"
and then the message appears
" Changing directory to C:\Users\USER\AppData\Roaming\Composer\vendor\bin "
and after that you can run your command. For example
laravel new blog