This is repository for Sylius 2.0 Workshop that took place in Viena on 3rd of December 2024
Clone this project and execute following instruction
$ cd SyliusWorkshopSymfonyCon24
$ composer install
$ yarn install
$ yarn build
$ php bin/console sylius:install
$ symfony serve
$ open http://localhost:8000/
For more detailed instruction please visit installation chapter in our docs.
$ cp compose.override.dist.yml compose.override.yml
$ make setup
$ open http://localhost:9000/