将我的存储库从github克隆到另一台个人计算机时出现问题

时间:2018-09-25 23:21:10

标签: git laravel virtual-machine homestead

如果有来自社区的伟人帮助我,我将不胜感激!

我刚刚从我的另一台计算机上的github克隆了我的存储库。

我按照laravel的建议使用宅基地和无业游民

这是存储库 https://github.com/elegir/elegir.git

我尝试在以下位置预览项目 http://elegir.test/

我的主机文件包括

192.168.10.10 elegir.test

我的Homestead.yaml文件包括 文件夹:

    - map: C:\laravel-apps
      to: /home/vagrant/code


sites:
    - map: elegir.test
      to: /home/vagrant/code/elegir/public

但是尝试加载项目时,我总是收到此错误

( ! ) Warning: require(/home/vagrant/code/elegir/public/../vendor/autoload.php): failed to open stream: No such file or directory in /home/vagrant/code/elegir/public/index.php on line 24
Call Stack
#   Time    Memory  Function    Location
1   0.0007  397416  {main}( )   .../index.php:0

( ! ) Fatal error: require(): Failed opening required '/home/vagrant/code/elegir/public/../vendor/autoload.php' (include_path='.:/usr/share/php') in /home/vagrant/code/elegir/public/index.php on line 24
Call Stack
#   Time    Memory  Function    Location
1   0.0007  397416  {main}( )   .../index.php:0

我已经检查过,目前有一个index.php

任何想法可能是什么原因造成的?

谢谢大家!

0 个答案:

没有答案