No description
Find a file
2017-03-10 10:14:17 +01:00
app Provide basic block listener class for adding templates on events 2017-03-09 15:34:16 +01:00
bin Merge pull request #6902 from pamil/etc-bin 2016-11-28 19:21:12 +01:00
docs [Documentation] Refresh the Book tiles 2017-03-10 09:10:55 +01:00
etc [Travis] Skip application tests if only *.md files were changed 2017-02-07 15:07:16 +01:00
features Merge pull request #7702 from Arminek/review-fixes 2017-03-09 13:07:59 +01:00
src/Sylius Merge pull request #7704 from pamil/template-events 2017-03-10 09:30:29 +01:00
tests Merge pull request #7665 from tuka217/fix-cart-api 2017-03-09 13:08:33 +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 Run Travis with PHP 7.1.0 2017-03-09 14:35:12 +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 Require SonataBlockBundle 2017-03-09 15:33:31 +01:00
composer.lock Require SonataBlockBundle 2017-03-09 15:33:31 +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 [Maintenance] Bump year in docs and license file 2017-01-26 11:58:45 +01:00
package.json [Shop][Admin] Revert problematic JS feature 2017-03-02 15:56:27 +01:00
phpspec.yml.dist Remove dependency on pamil/phpspec-generator-extension 2016-12-08 17:02:54 +01:00
phpunit.xml.dist Speed up phpunit tests by using dama/doctrine-test-bundle 2017-02-13 21:25:28 +01:00
PULL_REQUEST_TEMPLATE.md Yet another pull request template fix 2016-11-09 16:04:14 +01:00
README.md Fix README instalaltion guide 2017-02-21 13:30:27 +01:00
UPGRADE.md [Core] Update UPGRADE file 2017-03-08 13:16:15 +01:00
yarn.lock Add Yarn lock file 2017-03-10 10:14:17 +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
$ php bin/console sylius:install
$ npm install
$ npm run gulp
$ php bin/console server:start
$ open http://localhost:8000/

More information on installation can be found in the documentation.

To use Vagrant, see this repository and this guide.

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.