b4djo / yii2-redirect301
301重定向
dev-master
2017-03-20 10:54 UTC
Requires
- b4djo/yii2-redirect301: dev-master
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2021-12-26 03:54:06 UTC
README
301重定向
安装
安装此扩展的首选方式是通过 composer。
运行以下命令之一:
php composer.phar require --prefer-dist b4djo/yii2-redirect301 "*"
或者
"b4djo/yii2-redirect301": "*"
将以下内容添加到您的 composer.json
文件的 require 部分。
在您的配置文件中
'bootstrap' => ['redirect301'], 'modules' => [ ... 'redirect301' => [ 'class' => 'b4djo\redirect301\Module', ], ] 'components' => [ ... 'redirect301' => [ 'class' => 'b4djo\redirect301\components\Redirect', ], ]
迁移
yii migrate --migrationPath=@vendor/b4djo/yii2-redirect301/migrations