This is Sylius Standard Edition repository for starting new projects or pick some commits
It is based on the Sylius-Standard 1.11 with the following additions :
- XDebug enabled
- Platform.sh configure to host the project, deploy with git push
- Plugin to enable GraphQL for VueStoreFront : bitbag/SyliusVueStorefront2Plugin
- Docker config to run locally with the corresponding frontend : lecajer/Sylius-VueStoreFront-frontend
Documentation is available :
Use Docker if you want to use this repository
$ git clone
$ docker-compose up -d
$ docker-compose exec php bin/console sylius:install
$ symfony serve
$ open http://localhost:8000/
For more detailed instruction please visit installation chapter in our docs.
If something goes wrong, errors & exceptions are logged at the application level:
$ tail -f var/log/prod.log
$ tail -f var/log/dev.log
Sylius is the first decoupled eCommerce platform based on Symfony and Doctrine. The highest quality of code, strong testing culture, built-in Agile (BDD) workflow and exceptional flexibility make it the best solution for application tailored to your business requirements. Enjoy being an eCommerce Developer again!
Powerful REST API allows for easy integrations and creating unique customer experience on any device.
We're using full-stack Behavior-Driven-Development, with phpspec and Behat