No description
Find a file
2016-11-07 14:20:19 +01:00
app [Taxon][Doctrine][Miggration] Create new miggration 2016-11-07 14:17:25 +01:00
docs Merge pull request #6645 from TheMadeleine/docs/cook/embed-products 2016-11-07 14:01:31 +01:00
etc [Travis] Make JS tests great again! 2016-10-27 16:12:56 +02:00
features [Taxon] Make taxon sortable 2016-11-07 14:20:19 +01:00
src/Sylius [Taxon] Make taxon sortable 2016-11-07 14:20:19 +01:00
tests Fix YAML deprecations 2016-10-20 17:39:53 +02:00
web [Development] Vagrant rework to PHP 7, MySQL 5.6, Apache/FPM, Debian 2016-10-14 15:18:21 +02:00
.gitignore [Sylius] Distribute config files between bundles 2016-05-27 09:54:24 +02:00
.travis.yml [Travis] Use standard worker for application tests (fix JS tests) 2016-10-28 12:21:29 +02:00
behat.yml.dist [Behat] Move configuration from etc/behat/ to src/Sylius/Behat/Resources/config/ 2016-05-19 16:12:31 +02:00
CHANGELOG.md Update CHANGELOG 2016-10-20 16:48:45 +02:00
composer.json Allow StateMachineBundle 0.3 2016-11-04 14:13:48 +08:00
composer.lock Update composer.lock hash 2016-11-06 16:53:55 +08:00
CONTRIBUTING.md Remove PR template from CONTRIBUTING.md 2016-10-18 13:25:39 +02:00
Gulpfile.js [Gulp] Split Gulp file into Admin and Shop bundles 2016-08-11 11:02:59 +02:00
LICENSE Update licenses 2016-01-04 09:24:51 +01:00
package.json Mark the scenario as TODO because it is too fragile 2016-10-20 16:08:25 +02:00
phpspec.yml.dist Remove Storage component 2016-10-10 10:36:09 +02:00
phpunit.xml.dist [Sylius] Distribute config files between bundles 2016-05-27 09:54:24 +02:00
PULL_REQUEST_TEMPLATE.md Tweak pull request template 2016-04-26 16:05:25 +02:00
README.md Update installation command for alpha 2016-10-21 12:55:48 +02:00
UPGRADE.md [Documentation] Update docs and UPGRADE file 2016-10-10 11:48:42 +02:00

Sylius

Gitter chat License Version Build status on Linux Scrutinizer Quality Score Dependency Status Total Downloads

Sylius is the first decoupled eCommerce framework 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!

We're using full-stack Behavior-Driven-Development, with phpspec and Behat

Documentation

Documentation is available at docs.sylius.org.

Installation

$ wget http://getcomposer.org/composer.phar
$ php composer.phar create-project -s alpha sylius/sylius-standard app
$ cd app
$ npm install
$ npm run gulp
$ php app/console sylius:install
$ php app/console server:start
$ open http://localhost:8000/

Troubleshooting

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

$ tail -f app/logs/prod.log
$ tail -f app/logs/dev.log

If you are using the supplied Vagrant development environment, please see the related Troubleshooting guide for more information.

Contributing

Would like to help us and build the most developer-friendly eCommerce platform? Start from reading our Contributing Guide!

Stay Updated

If you want to keep up with the updates, follow the official Sylius account on Twitter and like us on Facebook.

Bug Tracking

If you want to report a bug or suggest an idea, please use GitHub issues.

Community Support

Have a question? Join our Gitter or post a question on StackOverflow tagged with "sylius".

MIT License

Sylius is completely free and released under the MIT License.

Authors

Sylius was originally created by Paweł Jędrzejewski. See the list of contributors from our awesome community.