I am trying to install the Symfony 2:
php -r "file_put_contents('symfony', file_get_contents('https://symfony.com/installer'));"
But I am getting this error:
Warning: file_put_contents(symfony): failed to open stream: Permission denied in Command line code on line 1
Please help me in resolving this. Thanks