Sylius: Installation trouble

Created on 30 Aug 2016  路  5Comments  路  Source: Sylius/Sylius

Hello!

I tried to install Sylius standart edition (not for contributing) using rules from this page: http://sylius.org/get-started

But, after that i got this:

Sylius installation trouble

So, there are messages:

``
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Installation request for jeremykendall/php-domain-parser 3.0.0 -> satisfiable by jeremykendall/php-domain-parser[3.0.0].
- jeremykendall/php-domain-parser 3.0.0 requires ext-intl * -> the requested PHP extension intl is missing from your system.
Problem 2
- Installation request for league/uri 4.1.1 -> satisfiable by league/uri[4.1.1].
- league/uri 4.1.1 requires ext-intl * -> the requested PHP extension intl is missing from your system.
Problem 3
- league/uri 4.1.1 requires ext-intl * -> the requested PHP extension intl is missing from your system.
- payum/payum 1.3.2 requires league/uri ~4.0 -> satisfiable by league/uri[4.1.1].
- Installation request for payum/payum 1.3.2 -> satisfiable by payum/payum[1.3.2].
``

Help me pls, how i can install Sylius ?

Most helpful comment

The answer's right in the message

the requested PHP extension intl is missing from your system

You need to install PHP's intl extension. apt-get install php-intl, brew install phpXX-intl, or whatever installation method your system is using will do it. Or if you're compiling PHP yourself, pass the --enable-intl argument into your configuration command.

All 5 comments

Please, ask such a question on stackoverfllow, under Sylius tag.

The answer's right in the message

the requested PHP extension intl is missing from your system

You need to install PHP's intl extension. apt-get install php-intl, brew install phpXX-intl, or whatever installation method your system is using will do it. Or if you're compiling PHP yourself, pass the --enable-intl argument into your configuration command.

@mbabker yea, thanks, i've installed this extension and installation was successful! thank you!

I have the same problem, but I've installed intl extension. What is the problem?

@VladyslavDP, i think you should watch what another extensions you need to install, may be it is not just intl.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

stefandoorn picture stefandoorn  路  3Comments

mikemix picture mikemix  路  3Comments

bnd170 picture bnd170  路  3Comments

stefandoorn picture stefandoorn  路  3Comments

Chrysweel picture Chrysweel  路  3Comments