craftsnippets/locale-redirect
Composer 安装命令:
composer require craftsnippets/locale-redirect
包简介
Locale redirect
README 文档
README
PLUGIN IS STILL IN BETA AND SHOULD NOT BE USED IN PRODUCTION.
Installation
composer require craftsnippets/locale-redirect
Usage
Put this into config/locale-redirect.php:
<?php
return [
'redirectMapping' => [
'en' => 'site_en_handle',
'ru' => 'site_ru_handle',
],
];
First site will be used as default one if no match can be made.
Brought to you by Piotr Pogorzelski
统计信息
- 总下载量: 41
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-02-09