An administration plugin for CakePHP 5.x
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require fm-labs/cakephp-admin # For CakePHP 4.x composer require fm-labs/cakephp-admin:^4.0 Plugin::load('Admin', ['bootstrap' => true, 'routes' => true]);- Copy default config from plugins/Admin/config/admin.default.php to ROOT/config/admin.php
- Adjust configuration settings
- Admin user management
- Admin auth handling
- Admin theme built on top of Bootstrap (v5)
- Dashboard
- System Info
- Log viewer
- Cronjob Management
| Key | Config | Settings | Comment |
|---|---|---|---|
| Admin.path | x | - | |
| Admin.theme | x | - | |
| Admin.Dashboard.title | x | x | |
| Admin.Dashboard.skin | x | x | |
| Admin.Dashboard.url | x | - | |
| Admin.Dashboard.Panels | x | - | |
| Admin.Search.searchUrl | x | - | |
| Admin.Security.enable | x | x | |
| Admin.Security.forceSSL | x | x | |
| Admin.LogRotation | x | - | |
| Admin.Users | x | - | |
| Admin.Auth | x | - | |
| Admin.AdminLte.skin_class | x | x | DEPRECATED |
| Admin.AdminLte.layout_class | x | x | DEPRECATED |
| Admin.AdminLte.sidebar_class | x | x | DEPRECATED |