No description
Find a file
2016-11-08 00:06:38 -05:00
app [Core] Updated customer model 2016-10-24 13:46:53 +02:00
docs Grammar updates to docs customization section 2016-11-08 00:06:38 -05:00
etc [Travis] Make Behat output much more verbose 2016-10-20 13:56:37 +02:00
features Merge pull request #6507 from lchrusciel/product-filter 2016-10-25 14:08:42 +02:00
src/Sylius Merge pull request #6507 from lchrusciel/product-filter 2016-10-25 14:08:42 +02: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] Disabled email notifications 2016-10-05 13:51:40 +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 Remove unneeded dependencies & update composer.json 2016-10-11 16:26:16 +02:00
composer.lock Remove unneeded dependencies & update composer.json 2016-10-11 16:26:16 +02: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.