/Sylius-VueStoreFront-backend

Backend for ecommerce using Sylius and VueStoreFront

Primary LanguagePHPMIT LicenseMIT

Sylius Standard Edition with some additions

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 :

Documentation

Documentation is available :

Installation

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.

Troubleshooting

If something goes wrong, errors & exceptions are logged at the application level:

$ tail -f var/log/prod.log
$ tail -f var/log/dev.log

About

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