dmstr/yii2-redirect-module

URL redirect manager

Maintainers

👁 schmunk

Package info

github.com/dmstr/yii2-redirect-module

Type:yii2-extension

pkg:composer/dmstr/yii2-redirect-module

Statistics

Installs: 55 585

Dependents: 0

Suggesters: 0

Stars: 8

Open Issues: 0

2.0.0-beta3 2018-05-18 09:55 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

proprietary (diemeisterei GmbH) 33e7861a33f107fa93f8cf01e783e8d2df5cb87d

  • Christopher Stebe <c.stebe.woop@herzogkommunikation.de>

extensionyii2


README

👁 Latest Stable Version
👁 Total Downloads
👁 License

Module to easy handle redirects from your backend

Simply install via composer, update your config as below and go to /redirects in your application to manage redirects.

Note: This module does not redirect if application is in test mode (YII_ENV = test), eg. for functional testing. The module will initialize itself in the bootstrap process. No need to add it as a module unless you want to change the configuration of the module

...
'bootstrap' => [
 'redirects'
]
...