windows部署环境(laravel项目)

Posted Aaronqcd

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了windows部署环境(laravel项目)相关的知识,希望对你有一定的参考价值。

1.下载xampp

2.安装composer:

http://pkg.phpcomposer.com/

http://blog.csdn.net/wxqee/article/details/44983931

file could not be downloaded: SSL  operation failed with code 1. OpenSSL Error messages:  error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify  failed  Failed to enable crypto  failed to open stream: operation failed

报这个错参考这个网站:https://m.oschina.net/blog/346727

couldn‘t resolve host ‘github.com‘ 出现这个问题表示网络不稳定,多试几次

No supported encrypter found. The cipher and / or key length are invalid 这个错表示config/app.php文件的key不能使用.env里面的值

3.安装git

4.设置各种环境变量:php,mysql,composer,git

5.有时候项目不能解析.env文件里面的配置,有时间研究下这个问题

以上是关于windows部署环境(laravel项目)的主要内容,如果未能解决你的问题,请参考以下文章

Windows 7/8/10 系统下Laravel框架的开发环境安装及部署详解(Vagrant + Homestead)

开发环境搭建 - Windows |《Laravel 开发环境部署 7.x》

开发环境搭建 - Windows |《Laravel 开发环境部署 7.x》

部署 Laravel 并在 windows server 中做出反应

PHP--腾讯云服务器上部署LNMP环境

生产环境部署部署项目到生产环境Linux下