attogram / attogram-modulemanager
此包已被废弃且不再维护。未建议替代包。
Attogram框架的模块管理器允许管理员启用/禁用模块,并查看已安装模块的状态
v0.0.2
2016-07-19 20:30 UTC
Suggests
- attogram/attogram-contactform: Contact Form Module for the Attogram Framework
- attogram/attogram-database: Database Module for the Attogram Framework
- attogram/attogram-framework: The Attogram Framework
- attogram/attogram-info: Info Module for the Attogram Framework
- attogram/attogram-user: User Module for the Attogram Framework
This package is auto-updated.
Last update: 2020-02-09 03:56:18 UTC
README
这是模块管理器,用于Attogram框架。
模块管理器允许管理员
- 启用模块
- 禁用模块
- 查看模块状态
通过composer安装
cd your-attogram-install-directory
composer create-project attogram/attogram-modulemanager modules/modulemanager
手动安装
- 下载最新的模块管理器ZIP分发版
- 解压并将managermodule目录移动到您的Attogram安装目录的
modules/
目录中
权限
您的Web服务器必须具有对Attogram安装目录中的modules/
和modules_disabled/
目录的读写权限,才能使模块管理器正常工作。
模块管理器内容
管理员操作
admin_actions/module-admin.php
- 模块管理器管理页面
包含文件
includes/ModuleManager.php
- Attogram 模块管理器对象