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 ?