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.
composer require -W \
doctrine/orm "^2.16" \
sylius/bootstrap-admin-ui \
sylius/ui-translations
Type "a" or "p" to configure the packages via Symfony Flex.
symfony console importmap:require tom-select/dist/css/tom-select.default.css
docker compose up -d
symfony serve -d
The admin panel is ready to use. Now, it's your turn!