Skip to content

dmstr/yii2-redirect-module

Repository files navigation

Yii2 - Redirect module

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'
]
...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published