FastAdmin 如何升级?

FastAdmin 如何升级?

官方推荐使用 git 升级 FastAdmin。

升级 FastAdmin 核心代码

git stash
git pull
git stash pop

更新前端组件

比如 AdminLTE、BootStrap-Table 等。
bower update

更新后端组件

比如 ThinkPHP 框架等。
composer update

特别说明

对于已经上线的项目请自行评估升级成本。

posted on 2018-05-08 10:36  建伟F4nniu  阅读(798)  评论(0编辑  收藏  举报

导航