Skip to content

Commit

Permalink
udate
Browse files Browse the repository at this point in the history
  • Loading branch information
hefengbao committed Dec 13, 2024
1 parent 9032387 commit 17b7762
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/guide/upgrade.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 升级

建议先登录管理后台备份数据并下载。

进入站点目录,切换到 release 分支:

```shell
Expand All @@ -18,6 +20,12 @@ git pull
composer install
```

添加新数据表:

```shell
php artisan migrate
```

新功能初始化:

```shell
Expand Down

0 comments on commit 17b7762

Please sign in to comment.