PHPackages                             itigoppo/cakephp-gentelella-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. itigoppo/cakephp-gentelella-theme

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

itigoppo/cakephp-gentelella-theme
=================================

CakePHP 3.x Gentelella Theme.

1.2.2(9y ago)011MITPHPPHP &gt;=5.4.16

Since Oct 23Pushed 7y ago1 watchersCompare

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

READMEChangelogDependencies (3)Versions (13)Used By (0)

CakePHP Gentelella Theme
========================

[](#cakephp-gentelella-theme)

Gentelella Theme Demo
---------------------

[](#gentelella-theme-demo)

You can view the Demo of Gentelella Theme here:

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

[](#installation)

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

```
composer require backstageel/cakephp-gentelella-theme

```

### Enable Plugin

[](#enable-plugin)

```
// config/bootstrap.php

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

### Enable theme

[](#enable-theme)

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

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

### Using Bootstrap UI Plugin

[](#using-bootstrap-ui-plugin)

This Theme Uses the BootstrapUI Plugin for CakePHP to create Bootstrap Forms. The Plugin will be installed automatically if you use composer.

Follow BootstrapUI settings to configure other aspects of the Plugin.

### 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' => 'Gentelella',
    'logo' => [
        'mini' => 'GT',
        'large' => 'GentelellaTheme'
    ],
    'login' => [
        'show_remember' => true,
        'show_register' => true,
        'show_social' => true
    ]
]);
```

Symlink Assets
--------------

[](#symlink-assets)

Don't forget to Symlink Assets to improve performance

```
bin/cake plugin assets symlink
```

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

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 96.4% 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 ~85 days

Recently: every ~209 days

Total

11

Last Release

2635d ago

Major Versions

1.2.2 → 2.0.0-beta2019-02-24

PHP version history (2 changes)1.0.0PHP &gt;=5.4.16

2.0.0-betaPHP &gt;=7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/b0e0e3c1ff3cb42f035bac686cae51a088d3ccf87a7e7382254f026a6c93709c?d=identicon)[itigoppo](/maintainers/itigoppo)

---

Top Contributors

[![backstageel](https://avatars.githubusercontent.com/u/1692858?v=4)](https://github.com/backstageel "backstageel (27 commits)")[![itigoppo](https://avatars.githubusercontent.com/u/1428989?v=4)](https://github.com/itigoppo "itigoppo (1 commits)")

---

Tags

plugincakephptemplates

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/itigoppo-cakephp-gentelella-theme/health.svg)

```
[![Health](https://phpackages.com/badges/itigoppo-cakephp-gentelella-theme/health.svg)](https://phpackages.com/packages/itigoppo-cakephp-gentelella-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)
