Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.02 KB

getting-started.md

File metadata and controls

45 lines (29 loc) · 1.02 KB

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.

Install the package using Composer and Symfony Flex

composer require -W \
  doctrine/orm "^2.16" \
  sylius/bootstrap-admin-ui \
  sylius/ui-translations
Flex recipes

Type "a" or "p" to configure the packages via Symfony Flex.

Install missing tom-select assets

symfony console importmap:require tom-select/dist/css/tom-select.default.css

Run your web server

docker compose up -d
symfony serve -d

The admin panel is ready to use. Now, it's your turn!

Admin dashboard overview