Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shyim/ShyimPluginManager
Packagist Integration for Shopware
https://github.com/shyim/ShyimPluginManager
shopware-plugin
Last synced: 3 months ago
JSON representation
Packagist Integration for Shopware
- Host: GitHub
- URL: https://github.com/shyim/ShyimPluginManager
- Owner: shyim
- Archived: true
- Created: 2017-08-17T13:41:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-25T20:59:26.000Z (over 5 years ago)
- Last Synced: 2024-05-20T15:12:53.760Z (6 months ago)
- Topics: shopware-plugin
- Language: PHP
- Size: 20.5 KB
- Stars: 10
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-shopware - PackagistPluginManager - A packagist integration for Shopware plugins. (Development Plugins)
README
# Packagist Pluginmanager Integration for Shopware
Required Minimum Shopware Version 5.3
This integration is experimental. If you found bugs feel free to report :)
# Installation
## Git Version
* Checkout Plugin in `/custom/plugins/ShyimPluginManager`
* Change to Directory and run `composer install` to install the dependencies
* Install the Plugin with the Plugin Manager# How to add Plugins?
* Add a composer.json file to your Repository. [Example File](https://github.com/shyim/shopware-profiler/blob/master/composer.json)
* Publish our plugin to packagist.org## Composer-Types
| Type | Default Plugin Location |
|--------------------------|-----------------------------------------|
| shopware-backend-plugin | engine/Shopware/Plugins/Local/Backend/ |
| shopware-core-plugin | engine/Shopware/Plugins/Local/Core/ |
| shopware-frontend-plugin | engine/Shopware/Plugins/Local/Frontend/ |
| shopware-plugin | custom/plugins/ |
| shopware-frontend-theme | themes/Frontend/ |# Images
![PluginManager](http://i.imgur.com/IO0XvYP.png)