Hey I have a server on linode.com (Centos 7). I installed cpanel
and composer in my server, when I run this command (via ssh) for creating a blank symfony project,
composer create-project symfony/framework-standard-edition '~2.6'
It outputs this:
Installing symfony/framework-standard-edition (v2.7.4)
- Installing symfony/framework-standard-edition (v2.7.4)
Downloading: 100%
[ErrorException]
escapeshellarg() has been disabled for security reasons
How can i fix this?
I don't have much knowledge on server moreover it's my first server, if it's because of cpanel
I think it will do it again and again in future, is cpanel
an obstruction for me?