我从以下代码返回“未指定输入文件”,我确定映射是否正确可能还有其他原因?
body
答案 0 :(得分:0)
首先确保您的路径正确且〜/ web / PGM / public存在。
如果一切顺利,则可能是权限错误。确保完全可以访问〜/ web / PGM / storage和〜/ web / PGM / bootstrap / cache:
chmod 0777 ~/web/PGM/storage -R
chmod 0777 ~/web/PGM/bootstrap/cache -R
然后确保PGM.app位于/ etc / hosts中。它应该是这样的:
192.168.10.10 PGM.app
最后,如果您对Homestead.yaml文件进行了修改,请确保运行配置。
cd /path/to/Homestead/
vagrant provision
您也可以尝试重建de VM
vagrant reload --provision
您可以在此处详细了解此问题:
http://laravel.io/forum/06-04-2014-no-input-file-specified-using-homestead