GITBOOK: Export Sylius documentation

This commit is contained in:
Magdalena Sadowska 2024-11-11 12:57:10 +00:00 committed by gitbook-bot
parent e7caad17e7
commit 4d7bbdbf5a
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF
2 changed files with 73 additions and 11 deletions

View file

@ -49,9 +49,7 @@ So why choose Sylius? Because it's more than just an e-commerce platform - it's
* [Sylius Team](https://sylius.com/team/) * [Sylius Team](https://sylius.com/team/)
* [Sylius Roadmap](https://sylius.com/roadmap/) * [Sylius Roadmap](https://sylius.com/roadmap/)
### Getting Started with Sylius ### Getting Started with SyliusThe essential guide for the Sylius newcomers who want to know its most important features, quickly see the power of customization, and run their first Sylius shop within a few hours.
The essential guide for the Sylius newcomers who want to know its most important features, quickly see the power of customization, and run their first Sylius shop within a few hours.
* [Installation](getting-started-with-sylius/installation.md) * [Installation](getting-started-with-sylius/installation.md)
* [Basic Configuration](getting-started-with-sylius/basic-configuration.md) * [Basic Configuration](getting-started-with-sylius/basic-configuration.md)
@ -74,11 +72,10 @@ The Developers guide to leveraging the flexibility of Sylius. Here you will f
* [Customers](the-book/customers/) * [Customers](the-book/customers/)
* [Products](the-book/products/) * [Products](the-book/products/)
* [Carts & Orders](the-book/carts-and-orders/) * [Carts & Orders](the-book/carts-and-orders/)
* [Frontend & Themes](the-book/frondend-and-themes.md)
* [Sylius Plugins](the-book/sylius-plugins/)
* [Support](the-book/support.md) * [Support](the-book/support.md)
* [Contributing](the-book/contributing/) * [Contributing](the-book/contributing/)
* [API](the-book/api/)
  [![Blackfire](https://old-docs.sylius.com/en/1.13/\_static/img/blackfire.png)](https://blackfire.io/docs/introduction?utm\_source=sylius\&utm\_medium=docs\&utm\_campaign=profiler)
### Sylius Plus ### Sylius Plus
@ -94,9 +91,9 @@ Documentation sections referring to Sylius Plus features are:
* [RBAC](the-book/customers/adminuser.md) * [RBAC](the-book/customers/adminuser.md)
* [Customer Pools](the-book/customers/customer-pools.md) * [Customer Pools](the-book/customers/customer-pools.md)
* [Splitting Shipments](the-book/carts-and-orders/shipments.md) * [Splitting Shipments](the-book/carts-and-orders/shipments.md)
* [Returns](the-book/carts-and-orders/returns.md) * Returns
* Returns related [E-Mails](the-book/architecture/e-mails.md#sylius-plus-return-requests-emails) * Returns related [E-Mails](the-book/architecture/e-mails.md#sylius-plus-return-requests-emails)
* [Multi-Source Inventory](the-book/products/multi-source-inventory.md) * [Multi-Source Inventory](the-book/products/multi-source-inventory.md)
* [Loyalty](the-book/sylius-plus/loyalty.md) * Loyalty
* Marketplace Suite
<figure><img src=".gitbook/assets/blackfire (1).png" alt="" width="356"><figcaption></figcaption></figure> * B2B Suite

View file

@ -1,6 +1,71 @@
--- ---
hidden: true layout:
title:
visible: true
description:
visible: false
tableOfContents:
visible: true
outline:
visible: true
pagination:
visible: true
--- ---
# Introduction to Sylius # Introduction to Sylius
Sylius is a game-changing e-commerce solution for PHP, based on the Symfony framework.
## Philosophy
Sylius is completely open source (MIT license) and free, maintained by a diverse and creative community of developers and companies.
What are our core values and what makes us different from other solutions?
* Components based approach
* Unlimited flexibility and simple customization
* Developer-friendly, using the latest technologies
* Developed using best practices and BDD approach
* [Highest quality of code](https://scrutinizer-ci.com/g/Sylius/Sylius/)
And much more, but we will let you discover it yourself.
[![../../\_images/ce\_plus\_banner.png](https://old-docs.sylius.com/en/1.13/\_images/ce\_plus\_banner.png)](https://sylius.com/plus/?utm\_source=docs\&utm\_medium=cta\&utm\_campaign=plus)
## Sylius Community Edition (CE)
The free, open-source distribution of Sylius, which can be found in the Sylius/Sylius repository, is called the Community Edition, abbreviated **Sylius CE**.
#### Sylius Plus
There is also a commercial edition of Sylius, which is called [Sylius Plus](https://sylius.com/plus/).
Sylius Plus 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 a state-of-the-art eCommerce platform, it reduces risks and increases your ROI.
In this documentation you will find also chapters dedicated to features introduced by the Sylius Plus edition, they will be marked with a frame just like this section.
### The Three Natures of Sylius
Sylius is constructed from fully decoupled and flexible e-commerce components for PHP. It is also a set of Symfony bundles, which integrate the components into the full-stack framework. On top of that, Sylius is also a complete e-commerce platform crafted from all these building blocks.
It is your choice how to use Sylius, you can benefit from the components with any framework, integrate selected bundles into existing or new Symfony apps, or build your application on top of the Sylius platform.
### Sylius Platform
This book is about our **full-stack e-commerce platform**, which is a standard Symfony application providing the most common webshop and a foundation for custom systems.
### Leveraging Symfony Bundles
If you prefer to build your very custom system step by step and from scratch, you can integrate the standalone Symfony bundles. For the installation instructions, please refer to the appropriate bundle documentation.
### E-Commerce Components for PHP
If you use a different framework than Symfony, you are welcome to use Sylius components, which will make it much easier to implement a webshop with any PHP application and project. They provide you with default models, services, and logic for all aspects of e-commerce, completely separated and ready to use.
### Roadmap
Are you wondering about Sylius plans for the next releases? If so then you should follow our [Roadmap](https://sylius.com/roadmap). Through our [Slack](https://old-docs.sylius.com/en/1.13/book/support/index.html), you can contribute by conversation and vote on the most desired features and improvements.
### Final Thoughts
Depending on how you want to use Sylius, continue reading The Book, which covers the usage of the full stack solution, browse the Bundles Reference, or learn about The Components.\