homestead搭建laravel环境后,访问报“no input file specified”

1、各种检查都没毛病
2、看了下nginx 日志如下图:
laravel环境搭建 no input file specified 问题记录

“ /home/vagrant/code/public/index.php (No such file or directory)”
3、看了下Homestead.yaml文件
laravel环境搭建 no input file specified 问题记录
Homestead.yaml文件默认是

/home/vagrant/code/public

改成

/home/vagrant/code/自己的项目文件夹/public

问题解决

相关文章:

  • 2021-03-27
  • 2021-06-03
  • 2021-04-22
  • 2021-07-28
  • 2021-06-20
  • 2021-06-12
  • 2021-05-27
  • 2021-10-28
猜你喜欢
  • 2021-08-06
  • 2021-06-25
  • 2021-11-29
  • 2021-05-24
  • 2021-05-25
  • 2021-12-08
  • 2021-05-16
相关资源
相似解决方案