No description
Find a file
2017-03-09 11:59:41 +01:00
app Renamed migration and change "original price" column name 2017-03-06 22:54:22 +01:00
bin Merge pull request #6902 from pamil/etc-bin 2016-11-28 19:21:12 +01:00
docs [Documentation][SyliusGridBundle] Filters - fix 2017-03-09 11:59:41 +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 #7087 from gorkalaucirica/feature/variant-original-price 2017-03-08 12:04:29 +01:00
src/Sylius Merge pull request #7087 from gorkalaucirica/feature/variant-original-price 2017-03-08 12:04:29 +01:00
tests [API] [Order] Add promotions to test scope 2017-03-03 12:46:37 +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] Remove commented out job specification 2017-03-08 12:56: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 remove space in composer.json 2017-02-14 19:59:54 +01:00
composer.lock remove space in composer.json 2017-02-14 19:59:54 +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 Merge pull request #7645 from lchrusciel/improve-product-variant-routing 2017-03-03 14:09:55 +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.