9thwonder/redirector
最新稳定版本:2.0.0
Composer 安装命令:
composer require 9thwonder/redirector
包简介
Automatically creates Retour static redirects using an entry dump.
README 文档
README
Automatically generates Retour redirects from a entry URI dump
Fork update to run with Ctaft 4.0
Installation
Install via Composer with the following command:
composer require morsekode/redirector
Enable the plugin via CraftCMS control panel.
Usage
Entry Dump Format
[{
"id": 123,
"uri": "my/page/path"
},
{
...
},
{
...
}]
Run Build Command
Enter the following command in your terminal:
cd MyProject
./craft redirector/build myentryuris.json
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-08-30