摘要:
按照官网的流程走一遍基本可以安装完成了,我是使用docker了 1.在Linux上运行这段命令 docker run --name hyperf -v /workspace/skeleton:/data/project -p 9501:9501 -it --privileged -u root -- 阅读全文
摘要:
在对应的vhost文件里面加上这一段 if (!-e $request_filename) { rewrite ^/index.php(.*)$ /index.php?s=$1 last; rewrite ^(.*)$ /index.php?s=$1 last; break;} 如图: 这一段写入n 阅读全文
摘要:
window安装gin时使用下面的命令报错了 go get -u github.com/gin-gonic/gin 报错信息: go: go.mod file not found in current directory or any parent directory. 'go get' is no 阅读全文