Sylius is an outstanding eCommerce framework providing a developer-friendly environment for creating any shopping experience for B2C and B2B eCommerce operating in the most demanding models. The framework provides an astonishing Developer Experience backed by well-established practices of crafting software and using the full potential of the best open-source solutions.
本实例是基于Sylius部署的商城系统。
配置 | 描述 |
---|---|
系统 | Debian |
服务端 | PHP 8.1 |
数据库 | MariaDB 10.5 |
服务器 | Nginx |
程序 | Sylius 1.12.13 |
官网地址:https://sylius.com
仓库地址:https://github.com/Sylius/Sylius
创建一个空数据库,用于后续安装。
#用 composer 构建项目
composer create-project sylius/sylius-standard MyFirstShop
cd MyFirstShop
#修改数据库配置
vim .env
#执行安装,按照引导填写信息
bin/console sylius:install
#生成前端静态文件
yarn
yarn build
本实例仅供参考,不定期重置数据。