fm-labs / cakephp-admin
Admin plugin for CakePHP
Installs: 167
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 1
Type:cakephp-plugin
Requires
- php: >=8.0
- cakephp/cakephp: ^4.4
- fm-labs/cakephp-bootstrap: ^1.1.1
- fm-labs/cakephp-cupcake: >=0.8.0
- fm-labs/cakephp-sugar: ^1.2.0
- fm-labs/cakephp-user: >=0.7.0
This package is auto-updated.
Last update: 2025-03-29 00:48:18 UTC
README
A graphical administration boilerplate for CakePHP applications.
Requirements
CakePHP: 4.0.x
Dependencies
fm-labs/cakephp-user fm-labs/cakephp-bootstrap
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
-
Enable in your ROOT/config/bootstrap.php
Plugin::load('Admin', ['bootstrap' => true, 'routes' => true]);
-
Copy default config from plugins/Admin/config/admin.default.php to ROOT/config/admin.php Edit configuration settings, if necessary
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 |