项目作者: runelaenen

项目描述 :
301/302 redirect management plugin for Shopware 6 💙
高级语言: PHP
项目地址: git://github.com/runelaenen/sw6-redirects.git
创建时间: 2021-03-06T10:50:43Z
项目社区:https://github.com/runelaenen/sw6-redirects

开源协议:MIT License

下载


Redirects for Shopware 6

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

  1. composer require runelaenen/sw6-redirects
  2. bin/console plugin:refresh
  3. 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.

  1. bin/build.sh

Plugin update (composer)

  1. composer update runelaenen/sw6-redirects
  2. bin/console plugin:update RuneLaenenRedirects

Builing the javascript & css will still be needed.

  1. 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.