fm-labs/cakephp-admin

There is no license information available for the latest version (2.2.5) of this package.

Admin plugin for CakePHP

Installs: 167

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 1

Open Issues: 1

Type:cakephp-plugin

2.2.5 2024-10-29 06:54 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