dmstr/yii2-redirect-module
最新稳定版本:2.0.0-beta3
Composer 安装命令:
composer require dmstr/yii2-redirect-module
包简介
URL redirect manager
关键字:
README 文档
README
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'
]
...
统计信息
- 总下载量: 51.66k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2017-02-17