tothbarnabas79/cakephp-eliteadmin-theme

CakePHP 3.x Elite Admin Theme.

Installs: 29

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:cakephp-plugin

pkg:composer/tothbarnabas79/cakephp-eliteadmin-theme

1.0 2021-01-22 12:01 UTC

This package is auto-updated.

Last update: 2025-09-22 22:41:56 UTC


README

Installation

You can install using composer.

composer require tothbarnabas79/cakephp-eliteadmin-theme

Enable Plugin

// src/Application.php

public function bootstrap()
{
    $this->addPlugin('EliteAdmin');
}