Last active
April 23, 2021 10:10
-
-
Save umpirsky/bfcc794c1de2d7e0c482 to your computer and use it in GitHub Desktop.
Symfony e-commerce solutions.
Anyone know e-commerce that is not dependent on MySQL?
If you want to read about them there is a thread on stackoverflow
I need help about sylius commerce installation, acctualy somewhere in the middle of instalation I get an error:
[RuntimeException] Running git clone https://github.com/bergie/create.git failed with 1
and all commands I did before was just :
composer create-project sylius/sylius-standard -s dev
... I dont know where to look for solution, so please if anyone could help me I will be very thankful.
Greetings
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Aimeos project offers a Symfony 2 bundle too: https://aimeos.org/Symfony
Compared to the other solutions in the list it's already stable and aimed towards bigger installations. It can cope with 100k products in a MySQL database with response times of a few 100ms.