Symfony - Installation Problems with Windows 8

Asked

Viewed 103 times

0

I am trying to install Symfony on Windows 8, but I get the Windows message that "This application cannot run on your PC". This occurs when, through the CLI, I try the command symfony generate:project symfony_projecton the way C: wamp www symfony_project

The idea is to install in WAMP, and I’m following the tutorials of the links:

Would it be a version problem? Or is there another way to install?

  • If this error occurs it is because you have not set symfony in the PATH environment variable. Something else, you don’t actually need to create the folder symfony_project, when running generate it already does this, if you do this inside the folder it will look like this: C:\wamp\www\symfony_project\symfony_project

  • @Guilhermenascimento doesn’t really define Symfony in the PATH environment variable (in the tutorial it only talks about the variables ;C: wamp bin php php5.4.12;C: wamp bin mysql mysql5.6.12 bin - in my case). What the environment variable for Symfony would look like?

No answers

Browser other questions tagged

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