C:\xampp\htdocs>laravel new blog
Crafting application...
[Symfony \ Component \ Process \ Exception \ RuntimeException] TTY mode is not supported on Windows platform.
new [--dev] [-] name
Can you tell me what the error is?
C:\xampp\htdocs>laravel new blog
Crafting application...
[Symfony \ Component \ Process \ Exception \ RuntimeException] TTY mode is not supported on Windows platform.
new [--dev] [-] name
Can you tell me what the error is?
Simple, to solve go to your composer.json in folder C:\users\myname\appdata\Roaming\Composer\composer.json
(more or less that).
Modify:
"laravel/installer": "^1.3"
to "laravel/installer": "^1.3 !=1.3.2"
.
Then run the command: composer global update
.