skeeks / cms-backend-admin
Admin controll panel for SkeekS CMS
Installs: 4 877
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Type:yii2-extension
Requires
- skeeks/cms-theme-unify-v2: ^2.0 || dev-master
- dev-master
- 2.0.0.4
- 2.0.0.3
- 2.0.0.2
- 2.0.0.1
- 2.0.0
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.6.18
- 1.2.6.17
- 1.2.6.16
- 1.2.6.15
- 1.2.6.14
- 1.2.6.13
- 1.2.6.12
- 1.2.6.11
- 1.2.6.10
- 1.2.6.9
- 1.2.6.8
- 1.2.6.7
- 1.2.6.6
- 1.2.6.5
- 1.2.6.4
- 1.2.6.3
- 1.2.6.2
- 1.2.6.1
- 1.2.6
- 1.2.5.6
- 1.2.5.5
- 1.2.5.4
- 1.2.5.3
- 1.2.5.2
- 1.2.5.1
- 1.2.5
- 1.2.4
- 1.2.3.7
- 1.2.3.6
- 1.2.3.5
- 1.2.3.4
- 1.2.3.3
- 1.2.3.2
- 1.2.3.1
- 1.2.3
- 1.2.2.6
- 1.2.2.5
- 1.2.2.4
- 1.2.2.3
- 1.2.2.2
- 1.2.2.1
- 1.2.2
- 1.2.1.3
- 1.2.1.2
- 1.2.1.1
- 1.2.1
- 1.2.0
- 1.1.4.15
- 1.1.4.14
- 1.1.4.13
- 1.1.4.12
- 1.1.4.11
- 1.1.4.10
- 1.1.4.9
- 1.1.4.8
- 1.1.4.7
- 1.1.4.6
- 1.1.4.5
- 1.1.4.4
- 1.1.4.3
- 1.1.4.2
- 1.1.4.1
- 1.1.4
- 1.1.3.2
- 1.1.3.1
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0.1
- 1.1.0
- 1.0.1
- 1.0.0.1
- 1.0.0
- 1.0.0-beta
- 1.0.0-alpha3
- 1.0.0-alpha2
- 1.0.0-alpha
This package is auto-updated.
Last update: 2024-10-28 09:26:36 UTC
README
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist skeeks/cms-backend-admin "*"
or add
"skeeks/cms-backend-admin": "*"
"repositories": [
{
"type": "git",
"url": "https://github.com/skeeks-cms/cms-backend-admin.git"
}
]
Configuration app
'components' => [ 'admin' => [ 'class' => '\skeeks\cms\modules\admin\components\settings\AdminSettings', 'allowedIPs' => ['91.219.167.*', '111.*'] ], 'urlManager' => [ 'rules' => [ 'cms-admin' => [ "class" => 'skeeks\cms\modules\admin\components\UrlRule', 'controllerPrefix' => '~sx' ], ] ] ], 'modules' => [ 'admin' => [ 'class' => '\skeeks\cms\admin\Module' ], ],
SkeekS CMS (Yii2) — fast, simple, effective!
skeeks.com | cms.skeeks.com