Getting started
Setup an admin panel
The Sylius Stack comes with a bunch of components that work great independently, but when they come together, that's when the stack's magic truly operates! Indeed, the highlight of this project is the ability to configure an admin panel UI within minutes.
Create a new project
You can set up the Sylius Stack on existing Symfony projects, but in the case you are starting from scratch, here is what you need to do.
Install the package using Composer and Symfony Flex
Go to your project directory and run the following command:
Type "a" or "p" to configure the packages via Symfony Flex.
Install missing tom-select assets
Run your web server
The admin panel is ready to use. Now, it's your turn!
Last updated