Skip to content

GSadee/SyliusDemo

 
 

Repository files navigation

License Version Build Status on Linux Scrutinizer Quality Score Total Downloads

This is Sylius Demo Edition repository deployed to demo.sylius.com.

Sylius is the first decoupled eCommerce platform 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.com.

Installation

$ wget http://getcomposer.org/composer.phar
$ php composer.phar create-project -s beta sylius/sylius-standard project
$ cd project
$ npm install
$ npm run gulp
$ php bin/console sylius:install
$ php bin/console server:start
$ open http://localhost:8000/

Troubleshooting

If something goes wrong, errors & exceptions are logged at the application level:

$ tail -f var/log/prod.log
$ tail -f var/log/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 Gitter or post a question 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.

About

Official Sylius demo application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 90.3%
  • HTML 7.2%
  • Gherkin 1.3%
  • JavaScript 1.2%