3

What are Sylius/Sylius-Standard and Sylius/Sylius projects?

Installation guide leads to Sylius/Sylius-Standard and http://demo.sylius.org/ shows Sylius/Sylius-Standard.

So what is Sylius/Sylius?

Sruj
  • 1,177
  • 2
  • 18
  • 38

2 Answers2

8

Sylius Standard uses all the components as add ins (through composer). This means you'll build your app using the sylius components you want.

Sylius adds all the components to the src directory so you can modify the components yourself if you want to. It's a prebuilt app with the Sylius components already in there.

That's what i think anyway. I've been using the Sylius project for the last 6 weeks and it's been incredible. Was a steep learning curve as i was unfamiliar with symfony.

Brett
  • 1,951
  • 2
  • 28
  • 35
  • This is incorrect, the answer below by @Daniel Šádek is the correct answer. The GitHub repository for `Sylius Standard` is tagged as a template. The `composer.json` for `Sylius Standard` reports `sylius/sylius` as a dependency. – Joyce Babu Sep 13 '20 at 18:23
4

Sylius/Sylius - is Sylius CORE

Sylius/Sylius-Standard - is what you need for starting new project

Sylius/SyliusDemo - is prod example of Sylius DEMO

Daniel Šádek
  • 662
  • 5
  • 10