Download the PHP package fm-labs/cakephp-admin without Composer
On this page you can find all versions of the php package fm-labs/cakephp-admin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package cakephp-admin
Admin plugin for CakePHP
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:
-
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 |
All versions of cakephp-admin with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
cakephp/cakephp Version ^4.4
fm-labs/cakephp-cupcake Version >=0.8.0
fm-labs/cakephp-bootstrap Version ^1.1.1
fm-labs/cakephp-sugar Version ^1.2.0
fm-labs/cakephp-user Version >=0.7.0
cakephp/cakephp Version ^4.4
fm-labs/cakephp-cupcake Version >=0.8.0
fm-labs/cakephp-bootstrap Version ^1.1.1
fm-labs/cakephp-sugar Version ^1.2.0
fm-labs/cakephp-user Version >=0.7.0
The package fm-labs/cakephp-admin contains the following files
Loading the files please wait ....