cj / comment
Anax评论模块。
1.0.4
2017-10-09 10:21 UTC
Requires
- php: >=5.6
- anax/common: ^1.0
- anax/database: ^1.0
- anax/di: ^1.0
- anax/htmlform: ^1.0
This package is not auto-updated.
Last update: 2024-09-29 05:01:27 UTC
README
Anax评论模块。
要求
了解如何使用Anax框架。拥有已搭建或可正常运行的Anax框架实例。
安装
您可以通过composer安装此模块。
composer require cj/comment
安装后设置
获取API文档
rsync -av vendor/cj/comment/content/documentation.md content/documentation.md
复制路由文件
rsync -av vendor/cj/comment/config/route/comments.php config/route
将评论路由添加到您的路由配置文件中。请参考示例
vendor/cj/comment/config/route.php
添加依赖到DI容器
将依赖添加到您的di配置文件中。请参考示例
vendor/cj/comment/config/di.php
许可证
本软件受MIT许可证保护。
.
..: Copyright (c) 2017 Christofer Jungberg (christofer.jungberg@gmail.com)