runelaenen/sw6-redirects

Redirect plugin for Shopware 6

Installs: 8 488

Dependents: 0

Suggesters: 0

Security: 0

Stars: 25

Watchers: 6

Forks: 5

Open Issues: 3

Type:shopware-platform-plugin

1.4.0 2022-07-19 10:01 UTC

This package is auto-updated.

Last update: 2024-04-19 14:03:38 UTC


README

Latest Stable Version Download plugin zip Total Downloads GitHub Issues GitHub Stars License

Redirects for Shopware 6

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

  1. Download the latest RuneLaenenRedirects.zip from the latest release.
  2. Upload the zip in the Shopware Administration
  3. Install & Activate the plugin

Plugin update (zip)

  1. Download the latest RuneLaenenRedirects.zip from the latest release.
  2. Upload the zip in the Shopware Administration
  3. Update the plugin

👷‍ Contribution

Please help with code, love, shares, feedback and bug reporting.

⚖️ License

This plugin is licensed under the MIT licence.