k10r / staging
Shopware-Staging Env for k10r-Projects
Installs: 10 657
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 7
Forks: 1
Open Issues: 2
Type:shopware-core-plugin
Requires
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2024-03-28 03:36:38 UTC
README
This plugin is only designed for use in staging/pre-live environments!
K10rStaging makes you aware that you are currently working in a staging environment by showing a message on every page. It also prevents shopware from sending mails to customers, by using MailTrap.io to catch all outgoing e-mails.
Installation and Usage
Installation using composer
- Change to your root installation of Shopware
- Run command
composer require k10r/staging
Installation using ZIP Package
- Download the ZIP or clone this repository into your
engine/Shopware/Plugins/Local/Core/
folder.
Usage
- Activate the plugin via PluginManager
- Create a new MailTrap.io inbox
- Set the MailTrap.io username and password for your inbox in the plugin settings (you can find these in Mailtrap under
SMTP Settings
)
License
MIT licensed, see LICENSE.md