I am trying to install Symfony on Windows 8. I am using Appserv as my local server.
Step 1: I opened the the folder C:\AppServ\www. Then I opened the command line (cmd) and entered the following command:
php -r "file_put_contents('symfony', file_get_contents('https://symfony.com/installer'));"
This installed a symfony file in the www folder.
Step 2: I then entered the following command but it gave me the error.
php symfony new symfony_project
This is the screenshot of the error.
I don't know what to do. Please Help.
