Level 33
check your file path, maybe its hardcoded
or
you should run the following commands
composer dump-autoload
php artisan cache:clear php artisan config:cache
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I had this project working correctly on a windows server, but when copying it to an Ubuntu server it gives me this error when trying to access it through the browser
''' ErrorException file_put_contents(C:\xampp\htdocs\alme\storage\framework/sessions/eaLYPYQhy2SL6P5fR34BpFz3P48TxbSTXnMCTAnx): failed to open stream: No such file or directory '''
Please or to participate in this conversation.