skeeks / cms-backend
SkeekS CMS backend
Installs: 5 321
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Type:yii2-extension
- dev-master
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.4.3
- 1.4.2
- 1.4.1.8
- 1.4.1.7
- 1.4.1.6
- 1.4.1.5
- 1.4.1.4
- 1.4.1.3
- 1.4.1.2
- 1.4.1.1
- 1.4.1
- 1.4.0.5
- 1.4.0.4
- 1.4.0.3
- 1.4.0.2
- 1.4.0.1
- 1.4.0
- 1.3.7.5
- 1.3.7.4
- 1.3.7.3
- 1.3.7.2
- 1.3.7.1
- 1.3.7
- 1.3.6.16
- 1.3.6.15
- 1.3.6.14
- 1.3.6.13
- 1.3.6.12
- 1.3.6.11
- 1.3.6.10
- 1.3.6.9
- 1.3.6.8
- 1.3.6.7
- 1.3.6.6
- 1.3.6.5
- 1.3.6.4
- 1.3.6.3
- 1.3.6.2
- 1.3.6.1
- 1.3.6
- 1.3.5.12
- 1.3.5.11
- 1.3.5.10
- 1.3.5.9
- 1.3.5.8
- 1.3.5.7
- 1.3.5.6
- 1.3.5.5
- 1.3.5.4
- 1.3.5.3
- 1.3.5.2
- 1.3.5.1
- 1.3.5
- 1.3.4.6
- 1.3.4.5
- 1.3.4.4
- 1.3.4.3
- 1.3.4.2
- 1.3.4.1
- 1.3.4
- 1.3.3.5
- 1.3.3.4
- 1.3.3.3
- 1.3.3.2
- 1.3.3.1
- 1.3.3
- 1.3.2.10
- 1.3.2.9
- 1.3.2.8
- 1.3.2.7
- 1.3.2.6
- 1.3.2.5
- 1.3.2.4
- 1.3.2.3
- 1.3.2.2
- 1.3.2.1
- 1.3.2
- 1.3.1.13
- 1.3.1.12
- 1.3.1.11
- 1.3.1.10
- 1.3.1.9
- 1.3.1.8
- 1.3.1.7
- 1.3.1.6
- 1.3.1.5
- 1.3.1.4
- 1.3.1.3
- 1.3.1.2
- 1.3.1.1
- 1.3.1
- 1.3.0.8
- 1.3.0.7
- 1.3.0.6
- 1.3.0.5
- 1.3.0.4
- 1.3.0.3
- 1.3.0.2
- 1.3.0.1
- 1.3.0
- 1.2.17.8
- 1.2.17.7
- 1.2.17.6
- 1.2.17.5
- 1.2.17.4
- 1.2.17.3
- 1.2.17.2
- 1.2.17.1
- 1.2.17
- 1.2.16
- 1.2.15
- 1.2.14
- 1.2.13
- 1.2.12
- 1.2.11
- 1.2.10
- 1.2.9.7
- 1.2.9.6
- 1.2.9.5
- 1.2.9.4
- 1.2.9.3
- 1.2.9.2
- 1.2.9.1
- 1.2.9
- 1.2.8.1
- 1.2.8
- 1.2.7.1
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.10
- 1.1.9
- 1.1.8.4
- 1.1.8.3
- 1.1.8.2
- 1.1.8.1
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.2
- 1.0.1
- 1.0.0
- 1.0.0-rc2
- 1.0.0-rc
- 1.0.0-beta
- 1.0.0-alpha4
- 1.0.0-alpha3
- 1.0.0-alpha2
- 1.0.0-alpha
This package is auto-updated.
Last update: 2024-10-22 21:59:08 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