No description
Find a file
Paweł Jędrzejewski b6bea010d7 Merge pull request #6689 from sweoggy/AdminBundle-improvements
[AdminBundle] Create checkbox based on form instead of attribute
2016-11-11 10:28:15 +01:00
app [ProductAssociation] Add migration file 2016-11-10 13:19:14 +01:00
docs Merge pull request #6672 from TheMadeleine/docs/cook/custom-rule 2016-11-11 10:26:27 +01:00
etc [Travis] Make JS tests great again! 2016-10-27 16:12:56 +02:00
features Merge pull request #6588 from NeverResponse/address-book/fixes-of-default 2016-11-11 10:26:01 +01:00
src/Sylius Merge pull request #6689 from sweoggy/AdminBundle-improvements 2016-11-11 10:28:15 +01:00
tests [Order] Renamed 'completedAt' to 'checkoutCompletedAt' 2016-11-09 14:39:16 +01: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 Require FriendsOfBehat packages that can replace custom extensions 2016-11-08 13:06:58 +01:00
composer.lock Require FriendsOfBehat packages that can replace custom extensions 2016-11-08 13:06:58 +01:00
CONTRIBUTING.md Remove PR template from CONTRIBUTING.md 2016-10-18 13:25:39 +02:00
Gulpfile.js Review fixes 2016-11-07 14:46:39 +01:00
LICENSE Update licenses 2016-01-04 09:24:51 +01:00
package.json [Gulp][Js] Add simulate library for test env 2016-11-07 14:24:27 +01:00
phpspec.yml.dist [AssociationBundle] Merged into ProductBundle 2016-11-08 15:12:33 +01:00
phpunit.xml.dist [Sylius] Distribute config files between bundles 2016-05-27 09:54:24 +02:00
PULL_REQUEST_TEMPLATE.md Yet another pull request template fix 2016-11-09 16:04:14 +01:00
README.md Update installation command for alpha 2016-10-21 12:55:48 +02:00
UPGRADE.md [AssociationBundle] Merged into ProductBundle 2016-11-08 15:12:33 +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 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.