Merge pull request #9493 from pamil/1.1-supported-plugins

Document officially supported plugins in the README
This commit is contained in:
Kamil Kokot 2018-07-04 14:42:43 +02:00 committed by GitHub
commit 55509678b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,6 +38,21 @@ Community
Stay updated by following our [Twitter](https://twitter.com/Sylius) and [Facebook](https://www.facebook.com/SyliusEcommerce/).
Official plugins
----------------
This is the list of oficially supported Sylius plugins:
- [Shop API Plugin](https://github.com/Sylius/SyliusShopApiPlugin) -
provides customer-level API for the shop functionalities
- [Admin Order Creation Plugin](https://github.com/Sylius/AdminOrderCreationPlugin) -
allows to create orders directly from the administrator panel
- [Customer Reorder Plugin](https://github.com/Sylius/CustomerReorderPlugin) -
allows customer to copy items from the already placed order to the current cart
You can find other plugins on [our ecosystem website](https://sylius.com/plugins/) or by looking for
[packages marked as *sylius-plugin*](https://packagist.org/explore/?type=sylius-plugin).
Contributing
------------