icybee / module-articles
将文章内容类型引入 CMS Icybee。
v3.0.0
2017-03-06 21:02 UTC
Requires
- php: >=5.5
- icanboogie/module-installer: ^1.2
- icybee/module-contents: ^3.0
Suggests
- icybee/module-comments: Allows users to attach comments to nodes.
This package is auto-updated.
Last update: 2024-09-20 02:34:23 UTC
README
文章模块(articles
)将“文章”内容类型引入 CMS Icybee。与评论模块(comments
)一起,它们提供了足够的特性来启动一个博客。
要求
此包需要 PHP 5.5 或更高版本。
安装
推荐通过 Composer 安装此包。
$ composer require icybee/module-articles
克隆仓库
此包可在 GitHub 上找到 (GitHub),其仓库可以通过以下命令行进行克隆:
$ git clone https://github.com/Icybee/module-articles.git articles
文档
可以使用 make doc
命令生成包及其依赖的文档。文档使用 ApiGen 生成,并存储在 docs
目录中。可以使用 make clean
命令清理包目录。
测试
测试套件通过 make test
命令运行。需要全局可用的 PHPUnit 和 Composer 才能运行测试套件。该命令将安装所需的依赖。使用 make test-coverage
命令运行测试套件,并在 "build/coverage" 中创建 HTML 覆盖率报告。可以使用 make clean
命令清理目录。
此包由 Travis CI 持续测试。
许可证
icybee/module-articles 使用新 BSD 许可证授权。有关详细信息,请参阅 LICENSE 文件。