PHPackages                             setono/sylius-redirect-plugin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. setono/sylius-redirect-plugin

ActiveSylius-plugin[Utility &amp; Helpers](/categories/utility)

setono/sylius-redirect-plugin
=============================

Sylius plugin for managing redirects

v2.7.0(1y ago)26352.1k↓21%27[15 issues](https://github.com/Setono/SyliusRedirectPlugin/issues)[2 PRs](https://github.com/Setono/SyliusRedirectPlugin/pulls)MITPHPPHP &gt;=7.4CI failing

Since Oct 17Pushed 1y ago2 watchersCompare

[ Source](https://github.com/Setono/SyliusRedirectPlugin)[ Packagist](https://packagist.org/packages/setono/sylius-redirect-plugin)[ GitHub Sponsors](https://github.com/Setono)[ RSS](/packages/setono-sylius-redirect-plugin/feed)WikiDiscussions 2.x Synced 1mo ago

READMEChangelog (10)Dependencies (40)Versions (29)Used By (0)

Sylius Redirect Plugin
======================

[](#sylius-redirect-plugin)

[![Latest Version on Packagist](https://camo.githubusercontent.com/fe242d7bb1de5edb909fcac680b25126c2e15083db6e81fead64414e94a9d111/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7365746f6e6f2f73796c6975732d72656469726563742d706c7567696e2e737667)](https://packagist.org/packages/setono/sylius-redirect-plugin)[![Software License](https://camo.githubusercontent.com/074b89bca64d3edc93a1db6c7e3b1636b874540ba91d66367c0e5e354c56d0ea/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e737667)](LICENSE)[![Build Status](https://github.com/Setono/SyliusRedirectPlugin/workflows/build/badge.svg)](https://github.com/Setono/SyliusRedirectPlugin/actions)

[![](https://camo.githubusercontent.com/5b98e02f3693c16fd3f40037251d70ca5e1ecd2a11608dd21c9c7e3933b8942e/68747470733a2f2f73796c6975732e636f6d2f6173736574732f62616467652d617070726f7665642d62792d73796c6975732e706e67)](https://sylius.com/plugins/)

Gives you the ability to manage redirects in your Sylius shop.

Installation
------------

[](#installation)

### Step 1: Download the plugin

[](#step-1-download-the-plugin)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this plugin:

```
$ composer require setono/sylius-redirect-plugin
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md) of the Composer documentation.

### Step 2: Enable the plugin

[](#step-2-enable-the-plugin)

Then, enable the plugin by adding it to the list of registered plugins/bundles in the `config/bundles.php` file of your project:

```
