thelia/admin-subdomain-module
Composer 安装命令:
composer require thelia/admin-subdomain-module
包简介
README 文档
README
Use a subdomain to access the administration panel of your Thelia
How to install
Composer
Add it in your main thelia composer.json file
composer require thelia/admin-subdomain-module:~0.2.0
Manually
- Download the zip archive and extract it
- Copy the module into
<path-to-thelia>/local/modules/directory and be sure that the name of the module isBackOfficePath
Activation
- Go to the modules's list of your Thelia administration panel (with the default URL)
- Find the AdminSubdomain module
- Activate it.
Usage
- For the moment, no configuration interface exists.
- To configure the module, you have to go through the database.
- In the table
module_config, you can change the valuesub_domainandstrict_mode - The value
sub_domaincontains your subdomain - The value
strict_modeis by defaults to 0, if you change this value to 1, the administration panel will only be accessible from the subdomain
Todo
- Add a configuration interface
统计信息
- 总下载量: 89
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0
- 更新时间: 2016-04-14