https://github.com/dmstr/yii2-redirect-module
https://github.com/dmstr/yii2-redirect-module
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmstr/yii2-redirect-module
- Owner: dmstr
- Created: 2016-12-27T21:05:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-08-30T10:48:04.000Z (almost 4 years ago)
- Last Synced: 2025-06-10T15:07:21.196Z (12 months ago)
- Language: PHP
- Size: 91.8 KB
- Stars: 8
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
Yii2 - Redirect module
======================
[](https://packagist.org/packages/dmstr/yii2-redirect-module)
[](https://packagist.org/packages/dmstr/yii2-redirect-module)
[](https://packagist.org/packages/dmstr/yii2-redirect-module)
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'
]
...
```