fm-labs / cakephp-admin
Admin plugin for CakePHP
Installs: 197
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 1
Type:cakephp-plugin
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
- dev-master
- 5.0.7
- 5.0.6
- 5.0.5
- 5.0.4
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 4.0.1
- 2.2.5
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.13
- 2.0.12
- 2.0.11
- 2.0.10
- 2.0.9
- 2.0.8
- 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.6.1
- 1.6.0
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.1
- 1.4.0
- 1.3.1
- 1.3.0
- v1.2.0
- v1.1.0
- v1.0.0
- dev-dependabot/npm_and_yarn/semver-5.7.2
This package is auto-updated.
Last update: 2025-05-17 07:38:03 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 |