2

I'm trying to create a e-commerce project using Sylius. Unfortunately, I'm stuck at the very beginning : Once I get the Sylius-Standard folder, I cd into it, I tried to run app/console sylius:install, but I get this error :

[ReflectionException]
 Extension intl does not exist 

The thing is, I got this extension ! (Or at least I think so, since there's an intl folder in

/[my_project_directory]/symfony/vendor/symfony/symfony/src/Symfony/Component/Intl

Had anyone faced this problem before ?

4

2 回答 2

5

只需php5-intl在您的系统上安装软件包。

于 2014-05-04T16:14:06.403 回答
1

首先在 php-ini 中安装 php-intl 和 uncommnet extension=intl.so

然后重启本地服务器(systemctl restart httpd 或 service restart apache )

于 2014-12-16T18:48:01.350 回答