mafd16/comment
Composer 安装命令:
composer require mafd16/comment
包简介
Anax comment module.
README 文档
README
Mafd16 comment module.
Install
Install using composer and then integrate the module with your Anax installation.
Install with composer
composer require mafd16/comment
Configuration files for comment module
cp vendor/mafd16/comment/config/route/* config/route
cp vendor/mafd16/comment/config/database.php config/
Integrate the following parts in to your own installation of Anax (do not just copy!)
vendor/mafd16/comment/config/di.php to config/di.php
vendor/mafd16/comment/config/route.php to config/route.php
vendor/mafd16/comment/config/view.php to config/view.php
Set up and configure an sqlite database
If you don´t already have a database set up
cp -r vendor/anax/database/data/ data/
chmod 777 data
sqlite3 data/db.sqlite < vendor/mafd16/comment/sql/ddl/comments_sqlite.sql
sqlite3 data/db.sqlite < vendor/mafd16/comment/sql/ddl/user_sqlite.sql
chmod 666 data/db.sqlite
License
This software carries a MIT license.
Copyright (c) 2017 Martin Fagerlund (mngfagerlund@gmail.com)
统计信息
- 总下载量: 72
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-10-04