runelaenen / sw6-redirects
Redirect plugin for Shopware 6
Fund package maintenance!
runelaenen
buymeacoffee.com/runelaenen
Installs: 9 264
Dependents: 0
Suggesters: 0
Security: 0
Stars: 25
Watchers: 6
Forks: 5
Open Issues: 3
Type:shopware-platform-plugin
Requires
- php: ^7.4 || ^8.0
Requires (Dev)
README
Manage 301 and 302 redirects in your Shopware 6 shop. The plugin is compatible with PHP version 7.4 and higher. The plugin has been forked from ScopPlatformRedirector.
Are you a happy user of the Redirects plugin? Please consider giving our project a ⭐️ star on Github, or buying the maintainer a cup of ☕️ coffee.
✔️ Features
- 301 redirects
- 302 (temporary) redirects
- Import/Export profile
🚀 How to install
Composer install (recommended)
composer require runelaenen/sw6-redirects
bin/console plugin:refresh
bin/console plugin:install --activate RuneLaenenRedirects
🔨 Building
The composer install does not come with compiled javascript. You will have to build/compile your administration and storefront javascript.
In case you are using the production template, the command below should do the trick.
bin/build.sh
Plugin update (composer)
composer update runelaenen/sw6-redirects
bin/console plugin:update RuneLaenenRedirects
Builing the javascript & css will still be needed.
bin/build.sh
.zip install
- Download the latest RuneLaenenRedirects.zip from the latest release.
- Upload the zip in the Shopware Administration
- Install & Activate the plugin
Plugin update (zip)
- Download the latest RuneLaenenRedirects.zip from the latest release.
- Upload the zip in the Shopware Administration
- Update the plugin
👷 Contribution
Please help with code, love, shares, feedback and bug reporting.
⚖️ License
This plugin is licensed under the MIT licence.