No description
Find a file
Kamil Kokot 68da29b6a8
Merge branch '1.0' into 1.1
* 1.0:
  Do not allow PHP 7.2 builds to fail
  Allow to install Payum 1.5.* and PayumBundle 2.3.*
  [Translations] Updated translations from Crowdin
2018-01-10 14:45:31 +01:00
.github Configure "Stale" probot 2017-11-30 11:29:04 +01:00
app Remove strict declaration on migration 2018-01-03 09:09:51 +01:00
bin Show packages versions after Composer install 2017-12-11 12:42:23 +01:00
docs Merge branch '1.0' into 1.1 2018-01-05 13:43:09 +00:00
etc Test sylius:install command on Travis 2017-12-30 13:08:42 +00:00
features Merge branch '1.0' 2017-11-06 09:41:55 +01:00
src/Sylius Merge branch '1.0' into 1.1 2018-01-10 14:45:31 +01:00
tests Apply coding standard fixes 2018-01-05 11:58:54 +00: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 Merge branch '1.0' into 1.1 2018-01-10 14:45:31 +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 Fix misleading changelog entries 2017-12-30 18:08:13 +00:00
composer.json Merge branch '1.0' into 1.1 2018-01-10 14:45:31 +01:00
composer.lock Merge branch '1.0' into 1.1 2018-01-10 14:45:31 +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 It's 2018! 2018-01-02 10:40:48 +00: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 Update README.md 2018-01-08 11:10:05 +01:00
UPGRADE-1.0.md Move upgrade notice from 1.0 to 1.1 2018-01-04 15:18:08 +01:00
UPGRADE-1.1.md Add an upgrade note about added repository methods 2018-01-05 12:07:47 +00: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".

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.