PHPackages                             hecsedli/cakephp3adminlte - 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. hecsedli/cakephp3adminlte

ActiveCakephp-plugin

hecsedli/cakephp3adminlte
=========================

CakePHP 3.x AdminLTE Theme. Based on maiconpinto/cakephp-adminlte-theme

1.0.20(6y ago)0350MITJavaScriptPHP &gt;=5.4.16

Since Dec 28Pushed 5y agoCompare

[ Source](https://github.com/hecsedli/cakephp3adminlte)[ Packagist](https://packagist.org/packages/hecsedli/cakephp3adminlte)[ Docs](https://github.com/hecsedli/cakephp3adminlte)[ RSS](/packages/hecsedli-cakephp3adminlte/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (2)Versions (27)Used By (0)

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

[](#cakephp-adminlte-theme)

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

[](#installation)

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

```
composer require hecsedli/cakephp3adminlte

```

### 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']);
}
```

### Bake

[](#bake)

```
bin/cake bake model all -t AdminLTE

bin/cake bake controller all -t AdminLTE --actions index,indexAjax,add,edit,delete

bin/cake bake template all -t AdminLTE

```

### Menu generator

[](#menu-generator)

Use after bake. Generate a sidebar menu from database table names.

```
bin/cake menu_generator

```

### Elements

[](#elements)

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

1. `src/Template/Plugin/AdminLTE/Element/nav-top.ctp`
2. `src/Template/Plugin/AdminLTE/Element/aside-main-sidebar.ctp`
3. `src/Template/Plugin/AdminLTE/Element/aside/user-panel.ctp`
4. `src/Template/Plugin/AdminLTE/Element/aside/form.ctp`
5. `src/Template/Plugin/AdminLTE/Element/aside/sidebar-menu.ctp`
6. `src/Template/Plugin/AdminLTE/Element/aside-control-sidebar.ctp`
7. `src/Template/Plugin/AdminLTE/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

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 85.7% 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 ~73 days

Recently: every ~92 days

Total

22

Last Release

2249d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/66fa801d6497db05cb2d84a82861cc872d32ecaae05648c5786e3451cd6dc97f?d=identicon)[hecsedli](/maintainers/hecsedli)

---

Top Contributors

[![maiconpinto](https://avatars.githubusercontent.com/u/1476940?v=4)](https://github.com/maiconpinto "maiconpinto (246 commits)")[![hecsedli](https://avatars.githubusercontent.com/u/32950930?v=4)](https://github.com/hecsedli "hecsedli (30 commits)")[![maxmasetti](https://avatars.githubusercontent.com/u/1529063?v=4)](https://github.com/maxmasetti "maxmasetti (3 commits)")[![nmeyer-otto](https://avatars.githubusercontent.com/u/23237741?v=4)](https://github.com/nmeyer-otto "nmeyer-otto (2 commits)")[![nicolaszanghi](https://avatars.githubusercontent.com/u/3111511?v=4)](https://github.com/nicolaszanghi "nicolaszanghi (1 commits)")[![ajibarra](https://avatars.githubusercontent.com/u/794722?v=4)](https://github.com/ajibarra "ajibarra (1 commits)")[![waffle-iron](https://avatars.githubusercontent.com/u/6912981?v=4)](https://github.com/waffle-iron "waffle-iron (1 commits)")[![anthonnygm](https://avatars.githubusercontent.com/u/8001592?v=4)](https://github.com/anthonnygm "anthonnygm (1 commits)")[![ferama](https://avatars.githubusercontent.com/u/425489?v=4)](https://github.com/ferama "ferama (1 commits)")[![lightbyte](https://avatars.githubusercontent.com/u/1391087?v=4)](https://github.com/lightbyte "lightbyte (1 commits)")

---

Tags

plugincakephptemplates

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hecsedli-cakephp3adminlte/health.svg)

```
[![Health](https://phpackages.com/badges/hecsedli-cakephp3adminlte/health.svg)](https://phpackages.com/packages/hecsedli-cakephp3adminlte)
```

###  Alternatives

[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

338920.1k32](/packages/dereuromark-cakephp-tools)[maiconpinto/cakephp-adminlte-theme

CakePHP 4.x AdminLTE Theme.

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

A CakePHP plugin containing lots of useful management tools

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

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

129228.6k10](/packages/dereuromark-cakephp-tinyauth)[dereuromark/cakephp-databaselog

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

44165.0k2](/packages/dereuromark-cakephp-databaselog)[backstageel/cakephp-gentelella-theme

CakePHP 3.x Gentelella Theme.

447.8k1](/packages/backstageel-cakephp-gentelella-theme)

PHPackages © 2026

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