-4
C:\xampp\htdocs>laravel new blog
Crafting application...
[Symfony Component Process Exception Runtimeexception] TTY mode is not supported on Windows Platform.
new [-dev] [--] name
you can tell me what mistake this is?
-4
C:\xampp\htdocs>laravel new blog
Crafting application...
[Symfony Component Process Exception Runtimeexception] TTY mode is not supported on Windows Platform.
new [-dev] [--] name
you can tell me what mistake this is?
3
Simple, to resolve go to your Composer.json in the folder C:\users\myname\appdata\Roaming\Composer\composer.json
(more or less that).`
Modify:
"laravel/installer": "^1.3"
for "laravel/installer": "^1.3 !=1.3.2"
.
Then run the command: composer global update
.
OK solved!!! Thanks guys!!!
Browser other questions tagged laravel
You are not signed in. Login or sign up in order to post.
Specify the steps to better reproduce your Cleber problem. What you turn into this problem?
– gmsantos
Which version is using Laravel ? more.
– Vagner Araujo
I’m using version 1.3.2
– Cleber de Araujo Souza