简体   繁体   English

Openshift-PHP致命错误:require():需要打开失败

[英]Openshift - PHP Fatal error: require(): Failed opening required

I want to push my php(laravel) project to openshift but I get the following errors from git bash: 我想将我的php(laravel)项目推送到openshift,但是我从git bash收到以下错误:

在此输入图像描述

This is what I did: 这就是我做的:

  1. Created a brand new laravel application from openshift's website 从openshift的网站创建了一个全新的laravel应用程序
  2. Cloned the app to my local machine 将应用程式克隆到我的本机
  3. Made some changes 做了一些改变
  4. Committed 承诺
  5. Pushed

This is what I get when I attempt to access my url: 这是我尝试访问URL时得到的:

在此输入图像描述

Any suggestions? 有什么建议么?

the vendor folder was not committed. 供应商文件夹未提交。 Check your .gitignore you will notice that the vendor folder is ignored 检查您的.gitignore,您会发现供应商文件夹被忽略了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM