dmstr / yii2-backend-module
管理仪表板
2.2.9
2024-06-25 08:02 UTC
Requires
- bower-asset/jquery-growl: ^1.3
- bower-asset/noty: ^2.3
- dmstr/yii2-adminlte-asset: ^2.5.0
- dmstr/yii2-cookie-button: ~0.2 || ^1.0.0
- dmstr/yii2-helpers: ~0.4 || ^1.0.1
- dmstr/yii2-web: ~0.3 || ^0.4.0 || ^1.0.0
- insolita/yii2-adminlte-widgets: ^1.1.4
- loveorigami/yii2-notification-wrapper: ^6.3
- rmrevin/yii2-fontawesome: ^2.17
- yiisoft/yii2: 2.*
Suggests
- codemix/yii2-localeurls: Extended URL manager
- dmstr/lajax-yii2-translate-manager-addons: Translating
- dmstr/yii2-pages-module: Menu manager
- dmstr/yii2-prototype-module: Content prototyping
- dev-master
- 2.2.9
- 2.2.8
- 2.2.7
- 2.2.6
- 2.2.5
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.1
- 2.1.0
- 2.0.2
- 2.0.1
- 2.0.0
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 1.0.0-beta14
- 1.0.0-beta13
- 1.0.0-beta12
- 1.0.0-beta11
- 1.0.0-beta10
- 1.0.0-beta9
- 1.0.0-beta8
- 1.0.0-beta7
- 1.0.0-beta6
- 1.0.0-beta5
- 1.0.0-beta4
- 1.0.0-beta3
- 1.0.0-beta2
- 1.0.0-beta1
- 0.7.3
- 0.7.2
- 0.7.1
- 0.7.0
- 0.7.0-rc4
- 0.7.0-rc3
- 0.7.0-rc2
- 0.7.0-rc1
- 0.7.0-beta2
- 0.7.0-beta1
- 0.6.1
- 0.6.0
- 0.6.0-rc2
- 0.6.0-rc1
- 0.6.0-beta5
- 0.6.0-beta4
- 0.6.0-beta3
- 0.6.0-beta2
- 0.6.0-beta1
- 0.5.5
- 0.5.4
- 0.5.3
- 0.5.2
- 0.5.1
- 0.5.0
- 0.5.0-rc7
- 0.5.0-rc6
- 0.5.0-rc5
- 0.5.0-rc4
- 0.5.0-rc3
- 0.5.0-rc2
- 0.5.0-rc1
- 0.5.0-beta3
- 0.5.0-beta2
- 0.5.0-beta1
- 0.4.20
- 0.4.19
- 0.4.18
- 0.4.17
- 0.4.16
- 0.4.15
- 0.4.14
- 0.4.13
- 0.4.12
- 0.4.11
- 0.4.10
- 0.4.9
- 0.4.8
- 0.4.7
- 0.4.6
- 0.4.5
- 0.4.4
- 0.4.3
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.1
- 0.3.0
- 0.2.0
- 0.1.0
- dev-feature/show-project-version-in-footer
- dev-feature/login-layout
- dev-feature/bugfix
- dev-feature/cache-flush-success-event
- dev-feature/less-json-editor-fix
- dev-feature/asset-packagist
- dev-feature/refurbish
This package is auto-updated.
Last update: 2024-08-25 08:23:20 UTC
README
AdminLTE仪表板
安装
安装此扩展的首选方式是通过composer。
composer require dmstr/yii2-backend-module
- 需要
loveorigami/yii2-notification-wrapper
用法
将模块添加到应用程序配置
'backend' => [
'class' => 'dmstr\modules\backend\Module',
'layout' => '@backend/views/layouts/main',
],
来自AdminLTE 2的最小化登录视图
'modules' => [
'user' => [
'controllerMap' => [
'security' => [
'class' => Da\User\Controller\SecurityController::class,
'layout' => '@backend/views/layouts/login'
],
'recovery' => [
'class' => Da\User\Controller\RecoveryController::class,
'layout' => '@backend/views/layouts/login'
],
'registration' => [
'class' => Da\User\Controller\RegistrationController::class,
'layout' => '@backend/views/layouts/login'
]
]
]
]
参数
context.menuItems
要显示的菜单项,例如,由dmstr/yii2-prototype-module
使用
设置
来自settings
模块
backend.adminlte.skin
默认black-light
backend.adminlte.sidebar
默认sidebar-mini
backend.adminlte.navBarIcon
默认heart
frontend.backendWidget
默认modal
frontend.backendButtonsInModal
(实验性)