dev-master
9999999-devBackend template
GPL-3.0
The Requires
by Albert Gainutdinov
template yii2 backend
v0.0.1
0.0.1.0Backend template
GPL-3.0
The Requires
by Albert Gainutdinov
template yii2 backend
Backend template
for extensions: - Blcms-Shop - Blcms-Staticpage, (*1)
1) For install this template, your composer.json file must contain next block:, (*2)
"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., (*3)
2) To work links, that direct to the frontend, you must configure the backend config:, (*4)
'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' ], ] ] ]
Backend template
GPL-3.0
template yii2 backend
Backend template
GPL-3.0
template yii2 backend