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-Sandbox
Open app/config/container/includes/parameters.yml.dist
, set your values and save as parameters.yml
.
Run the vendors script.
$ php ./tools/vendors install
Generate database schema.
$ php app/tools/console doctrine:schema:create
Open 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.