美文网首页
ThinkPHP框架基础

ThinkPHP框架基础

作者: 云边一片海 | 来源:发表于2018-05-02 16:24 被阅读0次

    git安装更新

    先将项目克隆到本地:

    git clone https://github.com/top-think/think tp5
    

    然后切换到tp5目录下克隆核心框架仓库:

    git clone https://github.com/top-think/framework thinkphp
    

    需要更新核心框架时,切换到thinkphp核心目录下,执行以下命令即可:

    git pull https://github.com/top-think/framework
    

    相关文章

      网友评论

          本文标题:ThinkPHP框架基础

          本文链接:https://www.haomeiwen.com/subject/ebycrftx.html