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

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

naoufal450/cakephp-adminlte-theme
=================================

CakePHP 3.x AdminLTE Theme.

1.0.8(8y ago)14MITJavaScriptPHP &gt;=5.4.16

Since Dec 28Pushed 7y ago1 watchersCompare

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

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

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

[](#cakephp-adminlte-theme)

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

[](#installation)

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

```
composer require maiconpinto/cakephp-adminlte-theme

```

### 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()->setTheme('AdminLTE');

    // For CakePHP before 3.5
    $this->viewBuilder()->theme('AdminLTE');
}
```

### Enable Form

[](#enable-form)

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

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

### Configure

[](#configure)

```
// 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
    ],
    'folder' => ROOT,
    'skin' => 'blue' // default is 'blue'
]);
```

### Customize Layout

[](#customize-layout)

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

### 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

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 94% 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 ~92 days

Recently: every ~132 days

Total

10

Last Release

2955d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8b7a8b37db852e705ecc8021b1c66c579616a46f4165f7b38046ae04cc31e195?d=identicon)[naoufal450](/maintainers/naoufal450)

---

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)")[![nwflte](https://avatars.githubusercontent.com/u/16342830?v=4)](https://github.com/nwflte "nwflte (3 commits)")[![nmeyer-otto](https://avatars.githubusercontent.com/u/23237741?v=4)](https://github.com/nmeyer-otto "nmeyer-otto (2 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)")[![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)")[![ignaciocarre](https://avatars.githubusercontent.com/u/358968?v=4)](https://github.com/ignaciocarre "ignaciocarre (1 commits)")

---

Tags

plugincakephptemplates

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  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)
