Error in exception handler: The stream or file "/var/www/app/storage/logs/laravel.log" could not be opened: failed to open stream: Read-only file system in /var/www/bootstrap/compiled.php:8699
我已经在Laravel项目上工作了几个星期,突然出现了这个错误。是什么导致了这个?
我已经跑了:
chmod 777 app/storage
我在开始项目之前运行它并再次运行它并没有任何区别。
这里有什么问题?
当你在它的目录中时,只需这样做:
sudo chmod -R 777 vendor storage
echo "umask 000" | sudo tee -a /etc/resolv.conf
sudo service apache2 restart