No description
Find a file
Paweł Jędrzejewski 5334988a93 Merge pull request #6980 from michalmarcinkowski/validation-fixes
[BugFix] Fix validation on product variant
2016-12-01 21:40:00 +01:00
app Fix Behat scenarios 2016-11-30 23:51:57 +01:00
bin Merge pull request #6902 from pamil/etc-bin 2016-11-28 19:21:12 +01:00
docs Merge pull request #6974 from TheMadeleine/docs/organize-them-all 2016-12-01 20:56:30 +01:00
etc Merge pull request #6909 from pjedrzejewski/remove-docker 2016-11-28 23:37:48 +01:00
features Fix validation on product variant 2016-12-01 20:35:02 +01:00
src/Sylius Merge pull request #6980 from michalmarcinkowski/validation-fixes 2016-12-01 21:40:00 +01:00
tests Fix API tests and table selector for orders 2016-12-01 01:08:12 +01:00
var Use Symfony 3 directory structure 2016-11-22 19:02:56 +01:00
web Use Symfony 3 directory structure 2016-11-22 19:02:56 +01:00
.gitignore Move custom scripts from etc/bin to bin 2016-11-28 17:40:21 +01:00
.travis.yml Temporary disable packages on PHP 5.6 2016-11-30 23:22:33 +01: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 Upgrade to Symfony 3.2 2016-11-30 11:57:00 +01:00
composer.lock Upgrade to Symfony 3.2 2016-11-30 11:57:00 +01:00
CONTRIBUTING.md Remove PR template from CONTRIBUTING.md 2016-10-18 13:25:39 +02:00
Gulpfile.js Review fixes 2016-11-23 13:38:22 +01:00
LICENSE Update licenses 2016-01-04 09:24:51 +01:00
package.json [Shop] Add Lightbox2 2016-11-30 23:51:55 +01:00
phpspec.yml.dist [Settings] Removed from main repo 2016-11-15 14:23:43 +01:00
phpunit.xml.dist Upgrade composer.json to use Symfony3 2016-11-28 15:03:26 +01:00
PULL_REQUEST_TEMPLATE.md Yet another pull request template fix 2016-11-09 16:04:14 +01:00
README.md Adjust README to reflect Symfony3 support 2016-12-01 07:40:39 +01: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 bin/console sylius:install
$ php bin/console server:start
$ open http://localhost:8000/

To use Vagrant, see this repository.

Troubleshooting

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

$ tail -f var/logs/prod.log
$ tail -f var/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.