black-lamp/blcms-itpl
Composer 安装命令:
composer require black-lamp/blcms-itpl
包简介
Backend template
关键字:
README 文档
README
#Itpl - template for backend
for extensions:
Installation
- For install this template, your composer.json file must contain next block:
"repositories": [
{
"type": "vcs",
"url": "https://github.com/GutsVadim/blcms-itpl.git",
"options": {
"github-oauth": {
"github.com": "YOUR_TOKEN"
}
}
}
]
You may generate your Github token here.
- To work links, that direct to the frontend, you must configure the backend config:
'components' => [
...
'urlManagerFrontend' => [
'class' => bl\multilang\MultiLangUrlManager::className(),
'baseUrl' => '/',
'showScriptName' => false,
'enablePrettyUrl' => true,
'enableDefaultLanguageUrlCode' => false,
'rules' => [
[
'class' => bl\articles\UrlRule::className()
],
[
'class' => bl\cms\shop\UrlRule::className(),
'prefix' => 'shop'
],
]
]
]
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2016-10-26