getherbie/plugin-adminpanel

Herbie 的管理面板插件。

安装次数: 322

依赖者: 1

建议者: 0

安全性: 0

星标: 2

关注者: 1

分支: 1

开放问题: 0

语言:HTML

类型:herbie-plugin

v0.7.1 2017-11-27 18:18 UTC

This package is auto-updated.

Last update: 2024-09-29 04:25:34 UTC


README

Adminpanel 是一个为 Herbie 提供简单管理环境的插件。

安装

您可以通过 Composer 安装此插件。

$ composer require getherbie/plugin-adminpanel

然后,您需要在配置文件中激活插件。

plugins:
    enable:
        - adminpanel

配置

此插件需要配置。您需要手动将 plugins/adminpanel/blueprint.yml 下的设置添加到配置文件中。在 plugins.config.adminpanel 下添加这些设置。

plugins:
    config:
        adminpanel:
            show_raw_data: true
            password: "md5encoded"
            layouts:
            	default.html:
            ...

管理面板的密码必须进行 md5 编码。现在,您可以随意调整或扩展这些设置。

通过在地址栏中输入 "/adminpanel" 来调用管理面板。