No description
Find a file
Paweł Jędrzejewski c295b72053 Merge pull request #7743 from kermorgant/patch-2
replace method findByLogicalName by findOneByName
2017-03-13 22:57:46 +01:00
app Provide upgrade notes for ApiBundle -> AdminApiBundle change 2017-03-13 19:23:35 +01:00
bin [Travis] Use "composer test" whenever possible 2017-03-09 15:32:52 +01:00
docs Merge pull request #7743 from kermorgant/patch-2 2017-03-13 22:57:46 +01:00
etc Replace NPM with Yarn package manager 2017-03-10 10:14:18 +01:00
features Merge pull request #7702 from Arminek/review-fixes 2017-03-09 13:07:59 +01:00
src/Sylius Merge pull request #7748 from mbabker/hardcoded-english 2017-03-13 22:51:28 +01:00
tests Rename ApiBundle to AdminApiBundle 2017-03-13 15:53:57 +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 Merge pull request #7720 from venyii/use-yarn 2017-03-13 09:37:13 +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 Rename ApiBundle to AdminApiBundle 2017-03-13 15:53:57 +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 Replace NPM with Yarn package manager 2017-03-10 10:14:18 +01:00
UPGRADE.md Provide upgrade notes for ApiBundle -> AdminApiBundle change 2017-03-13 19:23:35 +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
$ yarn install
$ yarn 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.