sundyandy / apidoc
api文档管理
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Language:JavaScript
Type:project
Requires
- php: >=5.3.0
- topthink/framework: 5.0.9
- topthink/think-angular: ^1.0
- topthink/think-captcha: ^1.0
- topthink/think-helper: ^1.0
- topthink/think-image: ^1.0
- topthink/think-migration: ^1.0
- topthink/think-mongo: ^1.0
- topthink/think-queue: ^1.0
- topthink/think-testing: ^1.0
- topthink/think-worker: ^1.0
This package is not auto-updated.
Last update: 2025-03-21 21:35:12 UTC
README
api文档管理系统
基于thinkphp5.0.9
安装方法
1.git clone
https://github.com/sundyandy/apidoc 或 http://git.oschina.net/sundyandy/apidoc (定期同步)
2.安装composer,并修改镜像源
3.在根目录执行composer install
4.修改数据库等配置文件
- \application\database.php 修改数据库配置
- \application\index\config.php 修改imageUrl节点
5.运行migtate进行数据库初始化
php think migrate:run