https://github.com/runelaenen/runepluginreset
Automatically disable plugins if files are deleted
https://github.com/runelaenen/runepluginreset
shopware shopware-cli shopware-plugin shopware-plugins
Last synced: 8 months ago
JSON representation
Automatically disable plugins if files are deleted
- Host: GitHub
- URL: https://github.com/runelaenen/runepluginreset
- Owner: runelaenen
- License: mit
- Created: 2019-02-09T14:28:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-09T14:56:44.000Z (over 7 years ago)
- Last Synced: 2025-09-25T19:54:52.532Z (8 months ago)
- Topics: shopware, shopware-cli, shopware-plugin, shopware-plugins
- Language: PHP
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RunePluginReset
[](https://packagist.org/packages/runelaenen/shopware-plugin-reset)
Automatically disable plugins if files are deleted
***
#### **only for use in dev environments!!!**
***
### Features
* No more errors due to switches git branches
* Hooks into `bin/console sw:cache:clear` CLI command
* Adds CLI command `bin/console rune:pluginreset:resetplugins`
## Requirements
- Shopware 5.5.4
# Installation
## Install with composer
* Change to your root Installation of shopware
* Run command `composer require runelaenen/shopware-plugin-reset` and install and active plugin with Plugin Manager
## Zip Installation package for the Shopware Plugin Manager
* Download the [latest plugin version](https://github.com/runelaenen/RunePluginReset/releases/latest/) (e.g. `RunePluginReset-1.0.0.zip`)
* Upload and install plugin using Plugin Manager
## Git Version
* Checkout Plugin in `/custom/plugins/RunePluginReset`
* Install the Plugin with the Plugin Manager
## Contributing
Feel free to fork and send pull requests!
## Licence
This project uses the [MIT License](LICENCE.md).