I'm a newcomer to Symfony and I have problem installing it . On the Symfony website it says that I have to type:
php -r "file_put_contents('symfony', file_get_contents('https://symfony.com/installer'));"
it errors :
Warning: file_put_contents(symfony): failed to open stream: Permission denied in Command line code on line 1
Note: I installed composer already and I have WAMP server and I can create a folder in c directory, and also when I typed
php -r "readfile('https://symfony.com/installer');" > symfony
in cmd it says:
Access is denied
I surfed on stackoverflow but I couldn't find any useful answers although some topics are related to my problem!!