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:.
I have searched for this issue and found solution to check if php have PHAR extension installed and enabled.
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.
Looks like you don't have ctype extension enabled. Check your phpinfo()
for ctype
section.