Simple but end-user and developer friendly webshop engine built on top of Symfony2.
This is sandbox application that shows some examples of the Sylius bundles usage.
Clone this repository with this command.
$ git clone http://github.com/Sylius/Sylius-Sandbox path/to/Sylius-SandboxOpen app/config/container/includes/parameters.yml.dist, set your values and save as parameters.yml.
Run the vendors script.
$ php ./tools/vendors installGenerate database schema.
$ php app/tools/console doctrine:schema:createOpen up /path/to/Sylius-Sandbox/public in your browser and play with the application.
Note! The website is not ready yet, however you can check out my blog for news about the project.
Docs are available here.
Licence can be found here.
See the list of contributors.