摘要: #1.绑定虚拟域名 修改hosts定义虚拟域名 位置:C:\Windows\System32\drivers\etc\hosts 定义域名 127.0.0.1 boke.com #2.创建boke.com域名绑定(将boke/blog文件夹下的public文件夹和boke.com域名进行绑定) 位置 阅读全文
posted @ 2020-11-25 20:07 shengge 阅读(253) 评论(0) 推荐(0)
摘要: #1.新建工作区文件夹 右键选择GIT Bash here,进入命令行 #2.下载laravel项目 composer create-project --prefer-dist laravel/laravel blog "5.5.*" #3.进入到下载好的blog文件夹 //初始化git仓库 git 阅读全文
posted @ 2020-11-24 22:27 shengge 阅读(117) 评论(0) 推荐(0)
摘要: #1.进入git命令行 git bash #2.查看git版本 git --version #3.设置git $ git config -- global user.name #github用户名 $ git config -- global user.email #github邮箱 #4.git常 阅读全文
posted @ 2020-11-24 21:29 shengge 阅读(94) 评论(0) 推荐(0)