No description
Find a file
Paweł Jędrzejewski 13cf22f2f4 Merge pull request #7086 from GSadee/grid-filters-fixes
[Grid] Fix entity filter to accept only fields option
2016-12-14 13:25:49 +01:00
app [Shop] Generic error page for other errors 2016-12-13 10:40:41 +01:00
bin Merge pull request #6902 from pamil/etc-bin 2016-11-28 19:21:12 +01:00
docs [Documentation][Book][Configuration] Update Book structure 2016-12-13 11:45:19 +01:00
etc [Travis] Enable PHP 7.1 for tests 2016-12-08 10:57:16 +01:00
features Merge pull request #7065 from GSadee/applying-promotions-scenarios 2016-12-14 12:58:43 +01:00
src/Sylius Merge pull request #7086 from GSadee/grid-filters-fixes 2016-12-14 13:25:49 +01:00
tests Fixed failing build + bug covering scenario 2016-12-13 14:49:55 +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 [Travis] Enable PHP 7.1 for tests 2016-12-08 10:57:16 +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 Prepare v1.0.0-beta.1 release 2016-12-02 01:43:04 +01:00
composer.json [Paypal] Mock http client interface instead of concrete class 2016-12-14 10:26:02 +01:00
composer.lock [Paypal] Mock http client interface instead of concrete class 2016-12-14 10:26:02 +01:00
CONTRIBUTING.md Remove PR template from CONTRIBUTING.md 2016-10-18 13:25:39 +02:00
Gulpfile.js [Gulp] Add gulp watch 2016-12-07 20:19:36 +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 Remove dependency on pamil/phpspec-generator-extension 2016-12-08 17:02:54 +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 Merge pull request #7029 from michalmarcinkowski/readme-fix 2016-12-07 11:11:23 +01:00
UPGRADE.md Merge pull request #6973 from tuka217/variant-generation-validation 2016-12-13 09:29:53 +01:00

Sylius

License Version Build status on Linux Scrutinizer Quality Score 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 beta sylius/sylius-standard project
$ cd project
$ 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.