-->
julis

Installing Symfony PHP Framework on XAMPP

This is steps to installing Symfony PHP Framework on XAMPP manually (without pear)
(asumed XAMPP is installed in  c:\)

1. Download symfony source package in symfony-project.org
2. Extract symfony-1.1.1.zip to C:\
3. Create Environment variable :
3a. Right click My Computer -> Properties
3b. Click Advanced tab
3c. Click Environment Variables Button
3d. If in field "User Variables" PATH Variable not installed, just add it with :
3d-1. Click New Button
3d-2. Fill "Variable Name" field with PATH
3d-3. Fill "Variable Value" field with C:\symfony\data\bin
3d-4. Click Ok Button
3e. If PATH Variable exist, edit it with:
3e-1. Click PATH Variable, then Click Edit Button
3e-2. Add in "Variable Value" field with string " ;C:\symfony\data\bin" (without quote)
3f. Add Value in PATH Variable,  with string  ";C:\XAMPP\php" (without quote), Click Ok
3g.Click OK in Environment Variables dialog window
4. Close Properties My computer dialog
5. Test it using :
5a. Open Command Prompt from Start Menu->Run fill with " cmd" (without quote) then Enter
5b. Type " symfony -V" (without quote) then enter
5c. If symfony version appear in console, that mean symfony framework installed successfully
julis
julis
Load comments