This is Sylius Standard Edition repository for plugins/themes development.
You maybe need to create a lot of plugins and/or themes for your projects. In this case it could be useful to have one clean standard distribution.
It's very simple, create your plugins (with official skeleton for example)
in /plugins
directory. Composer is configured to handle this directory. Create your plugin, follow standards and your
plugin instruction but keep your "standard edition" clean. Publish your plugin following Sylius rules and use this
clean project for your updates.
# GIT
$ git clone --branch 1.10-7.4 --depth 1 git@github.com:pocky/Sylius-Plugin-Standard.git project
$ cd project && rm -Rf .git
$ git clone git@github.com:pocky/Sylius-Plugin-Standard.git project
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!
Powerful REST API allows for easy integrations and creating unique customer experience on any device.
We're using full-stack Behavior-Driven-Development, with phpspec and Behat
Documentation is available at docs.sylius.com.
$ wget http://getcomposer.org/composer.phar
$ php composer.phar create-project pocky/sylius-plugin-standard project
$ cd project
$ yarn install
$ yarn build
$ php bin/console sylius:install
$ php bin/console server:start
$ open http://localhost:8000/
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.
Would like to help us and build the most developer-friendly eCommerce platform? Start from reading our Contribution Guide!
If you want to keep up with the updates, follow the official Sylius account on Twitter and like us on Facebook.
If you want to report a bug or suggest an idea, please use GitHub issues.
Have a question? Join our Slack or post it on StackOverflow tagged with "sylius". You can also join our group on Facebook!
Sylius is completely free and released under the MIT License.
Sylius was originally created by Paweł Jędrzejewski. See the list of contributors from our awesome community.