I am trying to install symfony php framework.
I am working with windows.
My apache & php stuff is under C:\wamp
The framework is under C:\dev\
I am trying to do something like this in ms-dos:
c:\> php lib\vendor\symfony\data\bin\symfony -V
The php command isnt recognized. I suppose this is a pretty simple issue, but I have looked around without finding an answer anywhere.
Thanks,
Marius
Looks like directory in which
php.exeis not in thePATHenv variable. You have 2 options:add that directory to
PATHoruse complete path in your invocation as: