skeeks / cms-admin
Admin controll panel for SkeekS CMS
3.1.0
2025-05-23 07:46 UTC
This package is auto-updated.
Last update: 2026-05-23 10:13:40 UTC
README
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist skeeks/cms-admin "*"
or add
"skeeks/cms-admin": "*"
Configuration app
'components' => [ 'admin' => [ 'class' => '\skeeks\cms\modules\admin\components\settings\AdminSettings', ], ], 'modules' => [ 'admin' => [ 'class' => '\skeeks\cms\modules\admin\Module' ], ],
SkeekS CMS (Yii2) — quickly, easily and effectively!
skeeks.com | cms.skeeks.com