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.
- Host: GitHub
- URL: https://github.com/findologic/shopware6-common
- Owner: findologic
- Created: 2022-09-14T10:13:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-31T21:41:22.000Z (over 1 year ago)
- Last Synced: 2025-08-29T07:07:32.417Z (8 months ago)
- Language: PHP
- Size: 346 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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"
}
]
}
```