Search code examples
phpsymfonyentitystty

Symfony2 CLI Error ( 'stty' is not recognized as an internal or external command )


I get the following error when trying to generate an entity in Symfony2 from the Windows command line:

'stty' is not recognized as an internal or external command,
operable program or batch file.

i'v just added FOSUserBundle to my Symfony Bundles. and tried to make an entity.

the error appears elsewhere too.

I also added FOSUserBundle User Management. OS: Windows 7 xampp package for PHP.

What can I do?


Solution

  • I think it has something to do with this issue.