skeeks / cms-backend
SkeekS CMS backend
2.1.0.4
2026-06-10 11:33 UTC
This package is auto-updated.
Last update: 2026-06-10 11:34:17 UTC
README
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist skeeks/cms-backend "*"
or add
"skeeks/cms-backend": "*"
Configuration app
[
'bootstrap' => ['backendAdmin'],
'components' =>
[
'backendAdmin' =>
[
'id' => 'id',
'class' => 'skeeks\cms\backend\BackendComponent',
'controllerPrefix' => 'admin',
'urlRule' => [
'urlPrefix' => '~admin'
],
'allowedIPs' => [
'91.*',
'92.219.167.252',
]
],
],
]
Links
SkeekS CMS (Yii2) — fast, simple, effective!
skeeks.com | cms.skeeks.com