mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
27 lines
846 B
ReStructuredText
27 lines
846 B
ReStructuredText
Sylius Plugins
|
|
==============
|
|
|
|
Sylius as a platform has a lot of space for various customizations and extensions. It aims to provide a simple schema for
|
|
developing plugins. Anything you can imagine can be implemented and added to the Sylius framework as a plugin.
|
|
|
|
|
|
What are the plugins for?
|
|
-------------------------
|
|
|
|
The plugins either modify or extend Sylius default behaviour, providing useful features that
|
|
are built on top of the Sylius Core.
|
|
|
|
Exemplary features may be: Social media buttons, newsletter, wishlists, payment gateways integrations etc.
|
|
|
|
.. tip::
|
|
|
|
**The list of all Sylius Plugins (official and approved) is available on the Sylius website** `here <http://sylius.com/developers/store/plugins>`_.
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
|
|
creating-plugin
|
|
official-plugins
|
|
sylius-store
|
|
|
|
.. include:: /book/plugins/map.rst.inc
|