mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
51 lines
1.6 KiB
ReStructuredText
51 lines
1.6 KiB
ReStructuredText
Getting Started with Sylius
|
|
===========================
|
|
|
|
.. raw:: html
|
|
|
|
<a href="https://sylius.com/online-course/" target="_blank" style="
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
background-color: rgba(26, 187, 156, 0.11);
|
|
border: 1px solid rgba(26, 187, 156, 0.27);
|
|
color: #1abb9c;
|
|
padding: 15px 25px;
|
|
margin-bottom: 20px;
|
|
border-radius: 3px;
|
|
">
|
|
<strong>Getting started with Sylius - Online course (8h)</strong>
|
|
<div style="
|
|
background: #1abb9c;
|
|
border-radius: 99px;
|
|
padding: 8px 18px;
|
|
color: #fff;
|
|
">
|
|
LEARN NOW
|
|
</div>
|
|
</a>
|
|
|
|
This tutorial is dedicated to Sylius newcomers, who want to quickly check our system out - see basic configuration,
|
|
do some small customizations, and be able to sell the first products in their new webshop. It shows the quickest
|
|
and simplest way from an idea ("I want to sell some stuff online") to the first results ("I can sell some stuff online!").
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
|
|
installation
|
|
basic-configuration
|
|
shipping-and-payment
|
|
first-product
|
|
shop-customizations
|
|
custom-business-logic
|
|
plugin-installation
|
|
deployment
|
|
summary
|
|
|
|
.. include:: /getting-started-with-sylius/map.rst.inc
|
|
|
|
.. warning::
|
|
|
|
Be aware, that this guide is written for developers! To understand every chapter correctly, you need to have
|
|
at least a foggy idea about object-oriented programming and PHP language.
|
|
`Symfony <https://symfony.com/doc/current/index.html>`_ experience will also be handy.
|