Download the PHP package jncinet/qihucms-site-help without Composer
On this page you can find all versions of the php package jncinet/qihucms-site-help. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jncinet/qihucms-site-help
More information about jncinet/qihucms-site-help
Files in jncinet/qihucms-site-help
Download jncinet/qihucms-site-help
More information about jncinet/qihucms-site-help
Files in jncinet/qihucms-site-help
Vendor jncinet
Package qihucms-site-help
Short Description qihucms site help.
License MIT
Homepage https://www.qihucms.com
Package qihucms-site-help
Short Description qihucms site help.
License MIT
Homepage https://www.qihucms.com
Please rate this library. Is it a good library?
Informations about the package qihucms-site-help
安装
使用
数据迁移
发布资源
后台菜单
- 帮助分类:site-help/help-categories
- 帮助内容:site-help/helps
- 帮助回复:site-help/help-replies
接口
选择帮助文档
- 请求方式:GET
- 请求地址:site-help/select-helps?q=文档关键词
- 返回值:
帮助文档分类列表
- 请求方式:GET
- 请求地址:site-help/help-categories
- 返回值:
帮助文档详细
- 请求方式:GET
- 请求地址:site-help/help-categories/{id={帮助分类ID}
- 返回值:
帮助文档分页列表
- 请求方式:GET
- 请求地址:site-help/helps?id={帮助分类ID,默认为0读取所的文档}&limit={分页条数,可选}&page={页码,可选}
- 返回值:
帮助文档详细
- 请求方式:GET
- 请求地址:site-help/helps/{id={帮助文档ID}
- 返回值:
会员回复列表
添加回复
更新回复
删除回复
数据库
帮助分类表:site_help_categories
Field | Type | Length | AllowNull | Default | Comment |
---|---|---|---|---|---|
id | bigint | ||||
name | varchar | 55 | 分类名称 | ||
desc | varchar | 255 | Y | NULL | 分类介绍 |
ico | varchar | 255 | Y | NULL | 小图标 |
sort | int | 0 | 分类排序 | ||
status | tinyint | 1 | 分类状态 | ||
created_at | timestamp | Y | NULL | 创建时间 | |
updated_at | timestamp | Y | NULL | 更新时间 |
帮助内容表:site_helps
Field | Type | Length | AllowNull | Default | Comment |
---|---|---|---|---|---|
id | bigint | ||||
site_help_category_id | bigint | 所属分类 | |||
title | varchar | 255 | 标题 | ||
desc | varchar | 255 | Y | NULL | 概要 |
thumbnail | varchar | 255 | Y | NULL | 缩略图 |
content | longtext | 内容 | |||
useful | int | 0 | 有用 | ||
status | tinyint | 1 | 状态 | ||
created_at | timestamp | Y | NULL | 创建时间 | |
updated_at | timestamp | Y | NULL | 更新时间 |
帮助回复表:site_help_replies
Field | Type | Length | AllowNull | Default | Comment |
---|---|---|---|---|---|
id | bigint | ||||
site_help_id | bigint | 所属内容 | |||
user_id | bigint | 发布人 | |||
content | text | 评论内容 | |||
reply | text | 回复内容 | |||
status | tinyint | 1 | 状态 | ||
created_at | timestamp | Y | NULL | 创建时间 | |
updated_at | timestamp | Y | NULL | 更新时间 |
All versions of qihucms-site-help with dependencies
PHP Build Version
Package Version
No informations.
The package jncinet/qihucms-site-help contains the following files
Loading the files please wait ....