No description
Find a file
2017-12-22 19:58:55 +01:00
.github Configure "Stale" probot 2017-11-30 11:29:04 +01:00
app Remove the remaining author docblocks 2017-10-24 11:00:15 +02:00
bin Show packages versions after Composer install 2017-12-11 12:42:23 +01:00
docs Merge pull request #9023 from lchrusciel/turning-off-bundles 2017-12-22 14:05:17 +01:00
etc Reenable all tests 2017-11-07 21:00:33 +01:00
features [Behat] fix typo in contact context 2017-11-03 10:38:54 +00:00
src/Sylius Change version to 1.0.6 2017-12-22 19:46:43 +01:00
tests Remove the remaining author docblocks 2017-10-24 11:00:15 +02:00
var Use Symfony 3 directory structure 2016-11-22 19:02:56 +01:00
web [Maintenance] Add staging environment 2017-09-11 11:02:23 +02:00
.gitignore gitignore webserver pid files 2017-09-18 15:41:52 +03:00
.travis.yml [Travis] Use old Trusty image 2017-12-13 15:01:14 +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-1.0.md Generate changelog for v1.0.6 2017-12-22 19:58:55 +01:00
composer.json Require Symfony ^3.3.13 2017-11-17 10:55:13 +01:00
composer.lock Require Symfony ^3.3.13 2017-11-17 10:55:13 +01:00
easy-coding-standard.neon Use sylius-labs/coding-standard 2017-09-27 17:02:41 +02:00
Gulpfile.js [Gulp] Add gulp watch 2016-12-07 20:19:36 +01:00
LICENSE [Maintenance] Bump year in docs and license file 2017-01-26 11:58:45 +01:00
package.json require node-sass explicitly 2017-07-26 15:54:55 +02:00
phpspec.yml.dist Rename ApiBundle to AdminApiBundle 2017-03-13 15:53:57 +01:00
phpstan.neon Random codebase enhancements 2017-10-16 11:16:00 +02:00
phpunit.xml.dist Don't load class cache and bootstrap file on php7. Remove app/autoload.php 2017-07-30 16:35:08 +00:00
README.md Mention ^PHP7.1 requirement when installing Sylius 2017-10-09 15:59:48 +02:00
UPGRADE-1.0.md Update UPGRADE file mentioning risky changes made between v1.0.1 and v1.0.2 releases 2017-10-27 16:44:45 +02:00
yarn.lock require node-sass explicitly 2017-07-26 15:54:55 +02:00


Sylius is the first eCommerce framework for tailored solution 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. Powerful REST API allows for easy integrations and creating unique customer experience on any device.

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

Enjoy being an eCommerce Developer again!

Documentation

Documentation is available at docs.sylius.org.

Requirements

Read about the Sylius system requirements in detail here.

Installation

You need composer to install PHP packages and yarn to install JS packages.

$ composer create-project sylius/sylius-standard my-sylius-shop && cd my-sylius-shop
$ php bin/console sylius:install
$ yarn install && yarn run gulp
$ php bin/console server:start

Note: make sure to use PHP ^7.1. Using an older PHP version will result in installing an older version of Sylius.

Then open http://localhost:8000/ in your web browser to enjoy your Sylius shop in a development environment.

Alternatively, you can use Vagrant for your initial setup.

Production

When you're ready to go live, setup your production database:

php bin/console sylius:install --env prod

And choose N when it comes to the Loading sample data step.

Then please refer to Symfony's documentation to properly setup your Apache/Nginx web server.

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 Slack or post it on StackOverflow tagged with "sylius". You can also join our group on Facebook!

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.