Skip to content

Commit 75ade94

Browse files
committed
fix docs
1 parent 2173df2 commit 75ade94

File tree

4 files changed

+34
-28
lines changed

4 files changed

+34
-28
lines changed

_coverpage.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
![logo](https://gitee.com/mrxzx/LyApi/raw/master/public/favicon.ico)
1+
# LyApi
22

3-
# LyApi 2.X
3+
> PHP 后端开发框架 [ API & HTML Render ]
44
5-
> LyApi Framework 全新升级!
6-
7-
8-
[OSC@Git](https://gitee.com/mrxzx/LyApi.git)
5+
[GitHub](https://github.com/lolly-studio/lyapi)
96
[开始](#前言)

deploy.md

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,45 @@
11
# 项目部署
22

3-
!> LyApi 2.X 暂不支持 Composer 快速安装。
3+
!> LyApi 暂不支持 Composer 快速安装 & 下载
44

5-
## 🍪手动部署
65

7-
> 有点麻烦,不过也挺好的。
86

9-
#### ⏬下载
7+
## 手动部署
108

11-
在安装前,请确保您的电脑已经安装好了 [GIT 工具](https://git-scm.com/) (别告诉我你连 git 是啥都不知道~ 😮)
9+
> 自己动手,丰衣足食。
1210
13-
然后,接下来用你的终端程序跑一下下面的指令(Windows 用 CMD 就行了)
11+
12+
13+
#### 下载
14+
15+
在安装前,请确保您的电脑已经安装好了 [GIT](https://git-scm.com/) 工具
16+
17+
从 GitHub 下载 LyApi 最新版本:
1418

1519
```command
16-
git clone https://gitee.com/mrxzx/LyApi.git
20+
git clone https://github.com/lolly-studio/lyapi.git
1721
```
1822

19-
注意:先 **cd** 到需要下载的目录,不然下载到哪里去了都不知道😓
2023

21-
#### 💽安装
2224

23-
如果安装有composer,请运行:
25+
#### 安装
26+
27+
你需要先安装 Composer,然后运行:
2428

2529
```
2630
composer install
2731
```
28-
或者手动下载 vendor 文件夹!
2932

30-
[Vendor 下载地址](https://pan.wwsg18.com/index.php?share/file&user=1&sid=sGa8uM7n)
3133

32-
并将 vendor 解压至框架更目录!
34+
3335

3436
#### ⏫部署
3537

36-
根据自己系统上的服务器(Apache OR Nginx)创建相应的服务!
38+
根据自己所使用的服务器( Apache or Nginx )创建相应的服务!
3739

38-
注意:根目录为 **public** 文件夹,其他目录将无法运行
40+
!> 注意:请将根目录设置为 **public** 文件夹,其他目录将无法运行!
3941

40-
#### 伪静态
42+
#### 伪静态
4143

4244
接下来则需要配置伪静态!
4345

@@ -62,6 +64,6 @@ if ($rule_0 = "1"){
6264
}
6365
```
6466

65-
#### 🆗完成
67+
#### 完成
6668

67-
接下来,试着访问本框架,如果页面正常的加载出来了!则说明安装已经完成!
69+
接下来,试着访问本地服务器,如果页面正常的加载出来了!则说明安装已经完成!

index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
55
## 🍔关于项目
66

7-
LyApi 2.X 为全新的项目,所有代码全部推翻重写!
8-
9-
- 路由系统:本代内置了强大的路由系统,丰富的自定义选项。支持动态参数定义,动态控制器等。
10-
- 日志系统:本代内置了轻量级的日志生成系统,支持类型分类等功能。
7+
- 路由系统:内置了强大路由系统和丰富的自定义选项。支持动态参数定义,动态控制器绑定。
8+
- 日志系统:内置了轻量级的日志生成系统,支持类型分类等功能。
119
- 缓存系统:沿袭了 **1.X** 的文件缓存系统,但将 Redis 缓存整合到了缓存类中,方便快速切换。
1210
- 返回类型:根据不同父类处理器可生成不同的返回数据,除 **JSON****HTML** 以外还可自行添加。
1311
- 数据结构:内置 堆、栈、树、字典树等常用数据结构程序,可快速创建与调用。

0 commit comments

Comments
 (0)