PHPackages                             iamthom/cakephp-adminlte-theme - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. iamthom/cakephp-adminlte-theme

ActiveCakephp-plugin[Templating &amp; Views](/categories/templating)

iamthom/cakephp-adminlte-theme
==============================

CakePHP 3.x AdminLTE Theme.

1.0.4(9y ago)0156MITJavaScriptPHP &gt;=5.4.16

Since Dec 28Pushed 8y ago1 watchersCompare

[ Source](https://github.com/iamthom/cakephp-adminlte-theme)[ Packagist](https://packagist.org/packages/iamthom/cakephp-adminlte-theme)[ Docs](https://github.com/maiconpinto/cakephp-adminlte-theme)[ RSS](/packages/iamthom-cakephp-adminlte-theme/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (7)Used By (0)

CakePHP AdminLTE Theme
======================

[](#cakephp-adminlte-theme)

Disclaimer
----------

[](#disclaimer)

It's for my own project with some fixes because the owner is kinda slow respon on PR. The original source is in `http://github.com/maiconpinto/cakephp-adminlte-theme`

Installation
------------

[](#installation)

You can install using [composer](http://getcomposer.org).

```
composer require iamthom/cakephp-adminlte-theme:dev-master

```

### Enable Plugin

[](#enable-plugin)

```
// config/bootstrap.php

Plugin::load('AdminLTE', ['bootstrap' => true, 'routes' => true]);
```

### Enable theme

[](#enable-theme)

```
// src/Controller/AppController.php

public function beforeRender(Event $event)
{
    $this->viewBuilder()->theme('AdminLTE');
}
```

### Enable Form

[](#enable-form)

```
// src/View/AppView.php

public function initialize()
{
    $this->loadHelper('Form', ['className' => 'AdminLTE.Form']);
}
```

### Configure

[](#configure)

```
// src/Controller/AppController.php
use Cake\Core\Configure;

public function beforeRender(Event $event)
{
    // ...
    $this->set('theme', Configure::read('Theme'));
}
```

```
// To customize configuration paste it at end of file config/bootstrap.php

Configure::write('Theme', [
    'title' => 'AdminLTE',
    'logo' => [
        'mini' => 'ALT',
        'large' => 'AdminLTE'
    ],
    'login' => [
        'show_remember' => true,
        'show_register' => true,
        'show_social' => true
    ]
]);
```

### Customize Layout

[](#customize-layout)

Replace the files according to the image.

[![Dashboard](docs/dashboard.png)](docs/dashboard.png)

1. `src/Template/Element/nav-top.ctp`
2. `src/Template/Element/aside-main-sidebar.ctp`
3. `src/Template/Element/aside/user-panel.ctp`
4. `src/Template/Element/aside/form.ctp`
5. `src/Template/Element/aside/sidebar-menu.ctp`
6. `src/Template/Element/aside-control-sidebar.ctp`
7. `src/Template/Element/footer.ctp`

### Page debug

[](#page-debug)

Added link to default page of CakePHP.

[![Page debug](docs/page-debug.png)](docs/page-debug.png)

Contributing
------------

[](#contributing)

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 83% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~58 days

Total

5

Last Release

3605d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5789364?v=4)[tom](/maintainers/iamthom)[@iamthom](https://github.com/iamthom)

---

Top Contributors

[![maiconpinto](https://avatars.githubusercontent.com/u/1476940?v=4)](https://github.com/maiconpinto "maiconpinto (171 commits)")[![iamthom](https://avatars.githubusercontent.com/u/5789364?v=4)](https://github.com/iamthom "iamthom (29 commits)")[![maxmasetti](https://avatars.githubusercontent.com/u/1529063?v=4)](https://github.com/maxmasetti "maxmasetti (3 commits)")[![ajibarra](https://avatars.githubusercontent.com/u/794722?v=4)](https://github.com/ajibarra "ajibarra (1 commits)")[![anthonnygm](https://avatars.githubusercontent.com/u/8001592?v=4)](https://github.com/anthonnygm "anthonnygm (1 commits)")[![waffle-iron](https://avatars.githubusercontent.com/u/6912981?v=4)](https://github.com/waffle-iron "waffle-iron (1 commits)")

---

Tags

plugincakephptemplates

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/iamthom-cakephp-adminlte-theme/health.svg)

```
[![Health](https://phpackages.com/badges/iamthom-cakephp-adminlte-theme/health.svg)](https://phpackages.com/packages/iamthom-cakephp-adminlte-theme)
```

###  Alternatives

[maiconpinto/cakephp-adminlte-theme

CakePHP 4.x AdminLTE Theme.

172164.5k7](/packages/maiconpinto-cakephp-adminlte-theme)[dereuromark/cakephp-setup

A CakePHP plugin containing lots of useful management tools

36199.6k2](/packages/dereuromark-cakephp-setup)[dereuromark/cakephp-tinyauth

A CakePHP plugin to handle user authentication and authorization the easy way.

132240.2k13](/packages/dereuromark-cakephp-tinyauth)[dereuromark/cakephp-ajax

A CakePHP plugin that makes working with AJAX a piece of cake.

54262.9k1](/packages/dereuromark-cakephp-ajax)[backstageel/cakephp-gentelella-theme

CakePHP 3.x Gentelella Theme.

437.8k1](/packages/backstageel-cakephp-gentelella-theme)[dereuromark/cakephp-databaselog

A CakePHP plugin for storing and viewing application logs in the database

44172.5k2](/packages/dereuromark-cakephp-databaselog)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
