Sylius/docs/getting-started-with-sylius/plugin-installation.rst
2019-07-17 09:23:04 +02:00

40 lines
1.8 KiB
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Plugin installation
===================
Sylius is easy to customize to your business needs, but not all of the customizations you have to do on your own!
Sylius supports creating plugins, that are the best way to extend its functionality and share these new features with the Community.
You can already benefit from some plugins developed by us (Sylius Core team) or the Community.
All of the plugins officially approved are listed on `our website <https://sylius.com/plugins/>`_, but even more of them can be seen in the Sylius ecosystem.
To give you a quick overview of how easy-to-use and powerful plugins can be, lets install the **SyliusCmsPlugin** (developed
by **BitBag**), one of the most popular extensions to Sylius.
Plugins installation instruction is widely explained `in plugin's documentation <https://github.com/BitBagCommerce/SyliusCmsPlugin/blob/master/doc/installation.md>`_
and consists of standard steps, that you can see in most of Sylius plugins:
- plugin installation with composer
- configuration (including routing importing)
- database update
- some extra steps (installing CKEditor, in this plugin's case)
After the installation you should be able to use plugin's features in your shop:
.. image:: /_images/getting-started-with-sylius/plugin-installed.png
:scale: 55%
:align: center
|
Usage of the plugin is one of the quickest ways to customize the store to your needs. We already have lots of plugins
in the ecosystem, and their number is growing, so remember to check for the existing solution before implementing it on your own.
There is no need to reinvent the wheel :)
Learn more
##########
* :doc:`Plugins </plugins/index>`
* :doc:`Plugin development guide </plugin-development-guide/index>`
* :doc:`Official plugins </plugins/official-plugins>`