Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.14 KB

README.md

File metadata and controls

39 lines (33 loc) · 1.14 KB

Sylius Logo CW Logo

Sylius 2.0 Workshop PHPCon 24'

This is repository for Sylius 2.0 workshop that took place in Wisła on 25th of October 2024

Installation

Traditional

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.

Docker

cp compose.override.dist.yml compose.override.yml
make setup
open http://localhost:9000/