andymartinj/comments
Composer 安装命令:
composer require andymartinj/comments
包简介
Anax comments module.
README 文档
README
Anax module for system for comments
Installation
Install with composer
composer require andymartinj/comments
Copy view files
rsync -av vendor/andymartinj/comments/view/comments* view
The edit_comment.php view is necessary for editing comments. The comments.php is just for showing how you can add the comment section to a page.
Router files
rsync -av vendor/andymartinj/comments/config/route/comments.php config/route
You need to include the router file in your router configuration config/route.php. There is a sample you can use in vendor/andymartinj/comments/config/route.php.
DI services
You need to add the services di configuration config/di.php. There is a sample you can use in vendor/andymartinj/comments/config/di.php.
Database
The system uses a database to store comments. You can see the database structure in vendor/andymartinj/comments/data/comments.sqlite.
License
This software carries a MIT license.
.
..: Copyright (c) 2017 Andre Johansson (anjd16@student.bth.se)
统计信息
- 总下载量: 34
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-10-02