vihd14/comments
Composer 安装命令:
composer require vihd14/comments
包简介
Anax comments module.
README 文档
README
Anax comments module.
Usage
Short examples on how to use the module comments.
- Install by running
composer require vihd14/comments. - Copy the files in
config/routeto your own route folder. - Copy the content from
di.phpandroute.phpto add in your existing corresponding folders. - Copy
database.php, if you don't already have it. - Copy
data/db.sqlitefor the database. - Copy the
viewfolder to get all views.
Lastly, add "Vihd14\\": "src/" to your composer.json under autoload.
It should look something like this:
"autoload": {
"psr-4": {
"Anax\\": "src/",
"Vihd14\\": "src/"
}
}
License
This software carries a MIT license.
.
..: Copyright (c) 2018 Viktoria Haapaoja (viktoria.haa@hotmail.com)
统计信息
- 总下载量: 58
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-06-24