Error when creating Laravel project

Asked

Viewed 373 times

-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?

  • 2

    Specify the steps to better reproduce your Cleber problem. What you turn into this problem?

  • Which version is using Laravel ? more.

  • I’m using version 1.3.2

1 answer

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.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.