Skip to content

CommerceWeavers/Sylius-Standard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sylius Logo CW Logo

Sylius Standard Edition by Commerce Weavers

This is Sylius Standard Edition repository for starting new projects with opinionated changes by Commerce Weavers

Notable changes

  • Docker setup by @jakubtobiasz

About

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!

Powerful REST API allows for easy integrations and creating unique customer experience on any device.

We're using full-stack Behavior-Driven-Development, with Behat

Documentation

Documentation is available at docs.sylius.com.

Installation

Traditional

wget http://getcomposer.org/composer.phar
php composer.phar create-project sylius/sylius-standard project
cd project
yarn install
yarn build
php bin/console sylius:install
symfony serve
open http://localhost:8000/

For more detailed instruction please visit installation chapter in our docs.

Docker

cp compose.override.dist.yml compose.override.yml
make setup
open http://localhost:9000/

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

Contributing

Would like to help us and build the most developer-friendly eCommerce framework? Start from reading our Contribution 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

Get Sylius support on Slack, Forum or Stack Overflow.

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

Open Source eCommerce Application on top of Symfony

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 95.5%
  • JavaScript 2.3%
  • Makefile 1.2%
  • Other 1.0%