VueCLI服务+ Laravel API + file_get_contents

时间:2019-05-22 15:58:33

标签: php laravel vue.js vue-cli vue-cli-3

我的开发环境是:

  • 返回:Laravel Homestead上安装了Laravel应用程序
  • 前端:VueCLI应用程序以'npm run serve'开头,并在开发期间在http://localhost:8080上运行。

我需要Laravel API复制托管在前端应用程序中的图像,并且可以通过http://localhost:8080/img/myimage.png在浏览器中使用

但是任何复制或获取文件内容的PHP / Laravel函数均返回错误:

file_get_contents(http://localhost:8080/img/myimage.png): failed to open stream: Connection refused

这仅在使用“ npm run serve”运行应用程序时发生。构建用于生产的应用程序并在“标准”域(例如:http://myapp.test)上运行时,它可以工作。

如何让PHP / Laravel访问http://localhost:8080上的文件?

谢谢

0 个答案:

没有答案