quot;laravel.logquot; could not be opened: failed to open stream(“laravel.log无法打开:无法打开流)
问题描述
我已经在本地 OSX 机器上设置了 Laravel homestead,一切似乎都很顺利,直到我尝试打开 example.app:8000 并收到此错误:
I have setup Laravel homestead on a local OSX machine, everything seemed to be going smoothly until I tried to open example.app:8000 and got this error:
Error in exception handler: The stream or file "/home/vagrant/Code/example/app/storage/logs/laravel.log" could not be opened: failed to open stream: Protocol error in /home/vagrant/Code/example/bootstrap/compiled.php:8671
我关注了 Laravel 文档以及 Laracast 关于建立宅基地的信息,所以我不确定是什么原因造成的.我可以看到 /home/vagrant/Code/example/app/storage/logs/laravel.log
不存在,但我认为这是应该自动创建的东西?
I followed the Laravel docs as well as a Laracast about setting up homestead, so I am not sure what would be causing this. I can see that /home/vagrant/Code/example/app/storage/logs/laravel.log
doesn't exist, but I assume that is something that should be created automatically?
推荐答案
您需要运行以下之一:
sudo chmod -R 644 应用程序/存储
sudo chmod -R 755 应用程序/存储
这篇关于“laravel.log"无法打开:无法打开流的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:“laravel.log"无法打开:无法打开流
基础教程推荐
- XAMPP 服务器不加载 CSS 文件 2022-01-01
- 在 PHP 中强制下载文件 - 在 Joomla 框架内 2022-01-01
- 如何在 PHP 中的请求之间持久化对象 2022-01-01
- 超薄框架REST服务两次获得输出 2022-01-01
- mysqli_insert_id 是否有可能在高流量应用程序中返回 2021-01-01
- 在多维数组中查找最大值 2021-01-01
- 通过 PHP SoapClient 请求发送原始 XML 2021-01-01
- Libpuzzle 索引数百万张图片? 2022-01-01
- 在 Woocommerce 中根据运输方式和付款方式添加费用 2021-01-01
- WooCommerce 中选定产品类别的自定义产品价格后缀 2021-01-01