FastAdmin 如何升级?
官方推荐使用 git 升级 FastAdmin。
升级 FastAdmin 核心代码
git stash
git pull
git stash pop
更新前端组件
比如 AdminLTE、BootStrap-Table 等。bower update
更新后端组件
比如 ThinkPHP 框架等。 composer update
特别说明
对于已经上线的项目请自行评估升级成本。
2023-02-13 12:57:46
官方推荐使用 git 升级 FastAdmin。
git stash
git pull
git stash pop
比如 AdminLTE、BootStrap-Table 等。bower update
比如 ThinkPHP 框架等。 composer update
对于已经上线的项目请自行评估升级成本。