tothbarnabas79/cakephp-eliteadmin-theme

CakePHP 3.x Elite Admin 主题。

1.0 2021-01-22 12:01 UTC

This package is auto-updated.

Last update: 2024-09-22 20:24:41 UTC


README

安装

您可以使用 composer 进行安装。

composer require tothbarnabas79/cakephp-eliteadmin-theme

启用插件

// src/Application.php

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