PHP code example of skeeks / cms-backend-admin
1. Go to this page and download the library: Download skeeks/cms-backend-admin library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
skeeks / cms-backend-admin example snippets
'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'
],
],
php composer.phar