mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
141 lines
3.7 KiB
ReStructuredText
141 lines
3.7 KiB
ReStructuredText
Sylius Documentation
|
|
====================
|
|
|
|
.. image:: /_images/logo_big.png
|
|
:alt: Sylius Welcome Page
|
|
:width: 300px
|
|
|
|
|
|
|
|
|
`Sylius`_ is a modern e-commerce solution for PHP, based on
|
|
`Symfony Framework`_.
|
|
|
|
.. note::
|
|
|
|
This documentation assumes you have a working knowledge of the Symfony
|
|
Framework. If you're not familiar with Symfony, please start with
|
|
reading the `Quick Tour`_ from the Symfony documentation.
|
|
|
|
.. tip::
|
|
|
|
**Getting Started with Sylius, The Book, Customization Guide, The Cookbook, BDD Guide and Performance Guide**
|
|
are chapters describing the usage of **the whole Sylius platform**, on the examples for Sylius-Standard distribution.
|
|
|
|
For tips on using only some bundles of Sylius head to Bundles and Components docs.
|
|
|
|
Getting Started with Sylius
|
|
---------------------------
|
|
|
|
The essential guide for the Sylius newcomers that want to know it's most important features, quickly see the power of customization
|
|
and run their first Sylius shop within a few hours.
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
|
|
getting-started-with-sylius/index
|
|
|
|
.. include:: /getting-started-with-sylius/map.rst.inc
|
|
|
|
The Book
|
|
--------
|
|
|
|
The Developer's guide to leveraging the flexibility of Sylius. Here you will find all the concepts used in the Sylius platform.
|
|
:doc:`The Book </book/index>` helps to understand how Sylius works.
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
|
|
book/index
|
|
|
|
.. include:: /book/map.rst.inc
|
|
|
|
Sylius Plus
|
|
-----------
|
|
|
|
.. image:: /_images/ce_plus_banner.png
|
|
:align: center
|
|
:target: https://sylius.com/plus/?utm_source=docs&utm_medium=cta&utm_campaign=plus
|
|
|
|
|
|
|
|
|
`Sylius Plus <https://sylius.com/plus/?utm_source=docs&utm_medium=cta&utm_campaign=plus>`_, which is a licensed edition of Sylius, gives you all the power of Open Source and much more.
|
|
It comes with a set of enterprise-grade features and technical support from its creators.
|
|
As the state-of-the-art eCommerce platform, it reduces risks and increases your ROI.
|
|
|
|
Documentation sections referring to Sylius Plus features are:
|
|
|
|
* :doc:`/book/installation/sylius_plus_installation`
|
|
* :doc:`/book/architecture/emails`
|
|
* :doc:`/book/configuration/channels`
|
|
* :doc:`/book/customers/admin_user`
|
|
* :doc:`/book/customers/customer_pools`
|
|
* :doc:`/book/orders/shipments`
|
|
* :doc:`/book/orders/returns`
|
|
* :doc:`/book/products/multi_source_inventory`
|
|
* :doc:`/book/loyalty/loyalty_rule`
|
|
|
|
.. image:: _images/sylius_plus/banner.png
|
|
:align: center
|
|
:target: https://sylius.com/plus/?utm_source=docs&utm_medium=cta&utm_campaign=plus
|
|
|
|
The Customization Guide
|
|
-----------------------
|
|
|
|
:doc:`The Customization Guide </customization/index>` is helpful while wanting to adapt Sylius to your personal business needs.
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
|
|
customization/index
|
|
|
|
.. include:: /customization/map.rst.inc
|
|
|
|
The Cookbook
|
|
------------
|
|
|
|
:doc:`The Cookbook </cookbook/index>` is a collection of specific solutions for specific needs.
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
|
|
cookbook/index
|
|
|
|
The BDD Guide
|
|
-------------
|
|
|
|
In :doc:`the BDD Guide </bdd/index>` you will learn how to write clean and reusable features, contexts and pages using Behat.
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
|
|
bdd/index
|
|
|
|
.. include:: /bdd/map.rst.inc
|
|
|
|
Components & Bundles
|
|
--------------------
|
|
|
|
:doc:`Documentation of all Sylius components and bundles </components_and_bundles/index>` useful when using them standalone.
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
|
|
components_and_bundles/index
|
|
|
|
.. include:: /components_and_bundles/map.rst.inc
|
|
|
|
The Performance Guide
|
|
---------------------
|
|
|
|
With :doc:`The Performance Guide </performance/index>` you can decrease page loading times.
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
|
|
performance/index
|
|
|
|
.. include:: /performance/map.rst.inc
|
|
|
|
.. _Sylius: https://sylius.com
|
|
.. _`Symfony Framework`: https://symfony.com
|
|
.. _`Quick Tour`: https://symfony.com/doc/current/quick_tour
|