What will be the best way to create a ecommerce app with Symfony?

时间:2017-06-15 09:59:46

标签: php symfony e-commerce

I'm wondering what will be the best way if I wanted to create a ecommerce app from scratch with Symfony ?

What will be the starting point ? What will be the schema of the app ? How to implement a cart and order bundle ?

Thank you.

2 个答案:

答案 0 :(得分:1)

You can watch http://sylius.org/, it's a ecommerce solution based on symfony

答案 1 :(得分:1)

我建议不要从头开始创建电子商务解决方案。您必须满足许多法律要求,例如隐私政策,并且因国家/地区而异。现有的解决方案已经解决了这些问题。