I’m a LINux user and recently i moved to windows OS and there i want to start all my projects which i created on linux environment. So that i started install symfony on windows with XAMPP server..
Upgrade pear:
pear upgrade pear
Install phing:
pear install -a http://phing.info/pear/phing-current.tgz –alldeps
Install symfony:
pear channel-discover pear.symfony-project.com
pear install symfony/symfony
path variable = ;g:\xampp\php\PEAR\symfony;g:\xampp\mysql\bin;g:\xampp\php;g:\xampp\php\PEAR
These are the steps i followed. and after all on commmand prompt when i type command for symfony project creation , it says ” ‘symfony’ is not recognized as an internal or external command, operable program or batch file.” can anyone help me!!!
What is your version of symfony ? 1.4 or 2.0 ?
With 1.4, make sure that symfony is installed in your
lib/vendorfolder and then generate your project.Take a look at this documentation for more details