Search code examples
phpsymfonyxamppubuntu-14.04phar

Issue in installing new symfony project



I am new to symfony and trying to creating project using symfony installer. I am following steps provided in symfony setup. My operating system is ubuntu 14.04 and using lampp to run project and manage database.
As steps suggested, I installed installer properly and running command to create new project. But this command throwing this error.
Error:enter image description here.

I have searched for this issue and found solution to check if php have PHAR extension installed and enabled.enter image description here
But, I had checked in phpinfo and extension is installed. My php version is 7.0.18.

So, Help me with this installation and thanks in advance.


Solution

  • Looks like you don't have ctype extension enabled. Check your phpinfo() for ctype section.