安装新的 symfony 项目时出现问题

Issue in installing new symfony project


我是 symfony 的新手,正在尝试使用 symfony 安装程序创建项目。我正在按照 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.
中提供的步骤进行操作,但是,我已经检查了 php 信息并安装了扩展程序。我的 php 版本是 7.0.18。

所以,请帮助我完成此安装,在此先感谢。

在我看来 php 配置问题,但是

您是否尝试使用干净的作曲家安装?

 composer create-project symfony/framework-standard-edition ihomeseek

您似乎没有启用 ctype extension。检查 phpinfo()ctype 部分。