fm-labs / cakephp-admin
There is no license information available for the latest version (5.0.11) of this package.
Admin plugin for CakePHP
Package info
github.com/fm-labs/cakephp-admin
Type:cakephp-plugin
pkg:composer/fm-labs/cakephp-admin
5.0.11
2025-08-26 18:26 UTC
Requires
- php: >=8.2
- cakephp/authentication: ^3
- cakephp/authorization: ^3
- cakephp/cakephp: ^5
- fm-labs/cakephp-bootstrap: ^5
- fm-labs/cakephp-cupcake: ^5
- fm-labs/cakephp-sugar: ^5
- fm-labs/cakephp-user: ^5
Requires (Dev)
- phpunit/phpunit: ^10
This package is auto-updated.
Last update: 2026-06-26 20:19:07 UTC
README
An administration plugin for CakePHP 5.x
Installation
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
Enable in your ROOT/config/bootstrap.php
Plugin::load('Admin', ['bootstrap' => true, 'routes' => true]);
Customize your admin config
- Copy default config from plugins/Admin/config/admin.default.php to ROOT/config/admin.php
- Adjust configuration settings
Features
- Admin user management
- Admin auth handling
- Admin theme built on top of Bootstrap (v5)
- Dashboard
- System Info
- Log viewer
- Cronjob Management
Config/Settings
| 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 |