zero2k / comment
Zero2k 评论模块。
v1.1.1
2018-05-24 17:06 UTC
Requires
- php: >=5.6
- anax/configure: ^1.0
- anax/database: ^1.1
- anax/di: ^1.0
- anax/htmlform: ^1.1
- anax/page: ^1.1
- anax/request: ^1.1
- anax/response: ^1.0
- anax/router: ^1.1
- anax/session: ^1.0
- anax/url: ^1.0
- anax/view: ^1.0
This package is not auto-updated.
Last update: 2024-09-29 05:49:19 UTC
README
Anax 评论模块。
用法
使用composer安装
composer require zero2k/comment
配置和集成模块
cp vendor/zero2k/comment/config/route2/* config/route2
cp vendor/zero2k/comment/config/database.php config/ (optional if you already have a database connection)
cp vendor/zero2k/comment/view/* view/
将以下代码集成到您的安装中(不要只是使用cp复制文件)
vendor/zero2k/comment/config/di.php to config/di.php
vendor/zero2k/comment/config/route2.php to config/route2.php
vendor/zero2k/comment/config/route2/comment.php config/route2/*
许可证
此软件携带MIT许可证。
.
..: Copyright (c) 2018 Viktor Bengtsson (vibe16@student.bth.se)