This is repository for Sylius 2.0 workshop that took place in Wisła on 25th of October 2024
wget http://getcomposer.org/composer.phar
php composer.phar create-project sylius/sylius-standard project
cd project
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/