Sylius is developer friendly e-commerce framework built on top of Symfony2.
We also plan to provide a rich featured end-user application in future.
This is sandbox application which shows some examples of the Sylius bundles usage.
It's also testing ground for new features planned for main Sylius application.
This repository will never be stable.
DEMO.
Clone this repository with this command.
$ git clone http://github.com/Sylius/Sylius-Sandbox.git
Open sandbox/config/container/parameters.yml.dist
, set your values and save as parameters.yml
.
Install dependencies using composer.
$ wget http://getcomposer.org/composer.phar
$ php composer.phar install --prefer-dist
Create database schema and dump assetic assets by typing following commands inside console.
$ ./bin/rebuild-database
$ php sandbox/console assetic:dump
Open up /path/to/Sylius-Sandbox/public/dev.php
in your browser and play with the application.
Behat scenarios
$ ./bin/behat @SyliusSandboxBundle
phpspec2 examples
$ bin/phpspec run -f pretty
All informations about contributing to Sylius can be found on this page.
If you are using this application and have any questions, feel free to ask on users mailing list. Mail or view it.
If you want to contribute, and develop this application, use the developers mailing list. Mail or view it.
If you want to keep up with updates, follow the official Sylius account on twitter or follow me.
This application uses GitHub issues. If you have found bug, please create an issue.
License can be found here.
The application was originally created by Paweł Jędrzejewski. See the list of contributors.