PHPackages                             alisson-nascimento/cakephp-theme-adminlte - 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. alisson-nascimento/cakephp-theme-adminlte

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

alisson-nascimento/cakephp-theme-adminlte
=========================================

CakePHP 3.x AdminLTE Theme

1.1.4(7y ago)085MITJavaScriptPHP &gt;=5.4.16

Since Dec 28Pushed 7y ago1 watchersCompare

[ Source](https://github.com/alisson-nascimento/cakephp-theme-adminlte)[ Packagist](https://packagist.org/packages/alisson-nascimento/cakephp-theme-adminlte)[ Docs](https://github.com/alisson-nascimento/cakephp-theme-adminlte)[ RSS](/packages/alisson-nascimento-cakephp-theme-adminlte/feed)WikiDiscussions master Synced 2mo ago

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

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

[](#cakephp-adminlte-theme)

Este projeto é um fork de maiconpinto/cakephp-adminlte-theme

Instalação
----------

[](#instalação)

Você pode instalar usando o [composer](http://getcomposer.org).

```
composer require alisson-nascimento/cakephp-theme-adminlte

```

### Habilitar Plugin

[](#habilitar-plugin)

```
$ bin/cake plugin load AdminLTE

```

### Habilitar Theme

[](#habilitar-theme)

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

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

### Habilitar Form

[](#habilitar-form)

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

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

### Configuração

[](#configuração)

```
// To customize configuration paste it at end of method initialize in src/Controller/AppController.php

Configure::write('Theme', [
    'title' => 'AdminLTE',
    'logo' => [
        'mini' => 'ALT',
        'large' => 'AdminLTE'
    ],
    'login' => [
        'show_remember' => true,
        'show_register' => true,
        'show_social' => true
    ],
    'folder' => ROOT,
    'skin' => 'blue' // default is 'blue'
]);
```

### Customizar Layout

[](#customizar-layout)

[Customize Layout](https://github.com/maiconpinto/cakephp-adminlte-theme/wiki/Customize-Layout)

### Página de debug

[](#página-de-debug)

Added link to default page of CakePHP.

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

###  Health Score

30

—

LowBetter than 65% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 94.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 ~75 days

Recently: every ~3 days

Total

15

Last Release

2728d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b63a5315d5642bc57ae6cd82eac212e06b3b94b8494e46ad882afb07853b9e7?d=identicon)[alisson-nascimento](/maintainers/alisson-nascimento)

---

Top Contributors

[![maiconpinto](https://avatars.githubusercontent.com/u/1476940?v=4)](https://github.com/maiconpinto "maiconpinto (250 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)")[![ferama](https://avatars.githubusercontent.com/u/425489?v=4)](https://github.com/ferama "ferama (1 commits)")[![ignaciocarre](https://avatars.githubusercontent.com/u/358968?v=4)](https://github.com/ignaciocarre "ignaciocarre (1 commits)")[![lightbyte](https://avatars.githubusercontent.com/u/1391087?v=4)](https://github.com/lightbyte "lightbyte (1 commits)")[![nicolaszanghi](https://avatars.githubusercontent.com/u/3111511?v=4)](https://github.com/nicolaszanghi "nicolaszanghi (1 commits)")[![nima-rahbar](https://avatars.githubusercontent.com/u/12494325?v=4)](https://github.com/nima-rahbar "nima-rahbar (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)")[![alisson-nascimento](https://avatars.githubusercontent.com/u/5061388?v=4)](https://github.com/alisson-nascimento "alisson-nascimento (1 commits)")[![anthonnygm](https://avatars.githubusercontent.com/u/8001592?v=4)](https://github.com/anthonnygm "anthonnygm (1 commits)")

---

Tags

plugincakephptemplates

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[backstageel/cakephp-gentelella-theme

CakePHP 3.x Gentelella Theme.

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

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

55255.9k1](/packages/dereuromark-cakephp-ajax)[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-feed

A CakePHP plugin containing a RssView to generate RSS feeds.

1353.7k1](/packages/dereuromark-cakephp-feed)[dereuromark/cakephp-meta

A CakePHP plugin for SEO meta tags, OpenGraph and Twitter Cards

1012.9k1](/packages/dereuromark-cakephp-meta)

PHPackages © 2026

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