Sounds to me like you either don't have access, or your disk is full.
Jul 22, 2024
15
Level 1
file_put_contents() error since upgrading to Laravel 11.16.0
After upgrading to Laravel 11.16.0, I am now experiencing a PHP Notice error in my test environment. To note, this is NOT present in production, only development.
Error:
Notice: file_put_contents(): Write of 61 bytes failed with errno=32 Broken pipe in /Users/[redacated]/Projects/fpwr/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php on line 21
Has anybody else experienced this issue after upgrading? I have ran all the normal artisan commands to clear cache's etc, to no avail.
Please or to participate in this conversation.