문제

I am trying to install Sylius from here but i am unable to get it working. On running the command i get process timed out...well...due to the ever slow internet we use here. Could anyone please guide into installing sylius manually?? Like say manually updating vendors using composer.phar

도움이 되었습니까?

해결책

If composer timeouts try this:

$ COMPOSER_PROCESS_TIMEOUT=300 ./composer.phar install

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top