An open API service indexing awesome lists of open source software.

https://github.com/findologic/shopware6-common

This repository will contain the shared code base for the export generation of the Shopware App and our Shopware 6 plugin.
https://github.com/findologic/shopware6-common

Last synced: 2 months ago
JSON representation

This repository will contain the shared code base for the export generation of the Shopware App and our Shopware 6 plugin.

Awesome Lists containing this project

README

          

# Common files for the Shopware 6 plugin and app

### This repository is not supported for external use.

---

### Usage
#### Composer

Adapt `composer.json` to contain the following entries:
```json
{
"require": {
"findologic/web-common": ""
},
"repositories": [
{
"type": "git",
"url": "https://github.com/findologic/shopware6-common.git"
}
]
}
```