attogram / attogram-info
此包已被 弃用,不再维护。未建议替换包。
Attogram 框架的信息模块
v0.0.6
2016-07-21 22:25 UTC
Requires
- php: >=5.3.3 || ^7.0
Requires (Dev)
- phpunit/phpunit: 5.4.*
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-modulemanager: Module Manager for the Attogram Framework
- attogram/attogram-user: User Module for the Attogram Framework
This package is auto-updated.
Last update: 2020-02-09 03:59:50 UTC
README
这是 信息模块,用于 Attogram 框架。
安装信息模块
- 您已经安装了 Attogram 框架,对吧?
- 转到您的安装的顶级目录,然后运行
composer create-project attogram/attogram-info modules/_attogram_info
信息模块内容
公共操作
actions/license.php
- 加载、解析并显示 Attogram 顶级./LICENSE.md
actions/readme.php
- 加载、解析并显示 Attogram 顶级./README.md
管理员操作
admin_actions/info.php
- 关于当前安装的调试信息
包含的文件
includes/MarkDownPage.php
- markdown 页面生成器
杂项
tests/BaseTest.php
- phpunit 测试