项目作者: shopware

项目描述 :
Shopware 6 production template
高级语言: PHP
项目地址: git://github.com/shopware/production.git
创建时间: 2019-12-10T07:57:17Z
项目社区:https://github.com/shopware/production

开源协议:MIT License

下载


Shopware 6 project template

This repository contains the project template that enables you to start a new project.

Installation and usage instructions

You can use composer create-project shopware/production <project-name> to create a new Shopware project.

If you want to use a specific version of Shopware, you can specify the version in the command like this:

  1. composer create-project shopware/production:6.6.0.0 <project-name>

Please refer to the
documentation
for instructions on how to use this template.