Level 12
Maybe some cache issue. Try php artisan cache:clear before deploy. After deployment recreate the cache.
1 like
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
#0 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(2, 'file_put_conten...', '/var/www/...', 133, Array)
I would take a look at the file and directory permissions/owner. If the diretory is not writable then you can't do file_put_contents.
Please or to participate in this conversation.