Install Sylius - Symfony2 OpenSource Ecommerce

I am trying to install Sylius from here , but I cannot get it to work. When I run the team, I get from time to time ... well ... because of the slow internet that we use here. Can anyone refer to installing sylius manually? Like let's say manually updating suppliers with composer.phar

+6
source share
1 answer

If the timer for the composer tries this:

$ COMPOSER_PROCESS_TIMEOUT=300 ./composer.phar install 

You can replace 300 with any number of seconds you prefer.

+5
source

Source: https://habr.com/ru/post/945680/


All Articles