shyim / plugin-manager
Composer pluginmanager integration
Installs: 76
Dependents: 0
Suggesters: 0
Security: 0
Stars: 13
Watchers: 3
Forks: 5
Open Issues: 2
Type:shopware-plugin
Requires
- composer/composer: ^1.4
- composer/installers: ~1.0
- symfony/console: ^2.8.17
- symfony/filesystem: ^2.8.17
- symfony/finder: ^2.8.17
- symfony/process: ^2.8.17
This package is auto-updated.
Last update: 2020-12-06 22:41:02 UTC
README
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
- 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/ |