A
A
Anon33632020-10-10 10:50:56
Laravel
Anon3363, 2020-10-10 10:50:56

Installed a new Laravel project on startup getting the problem return file_put_contents($path, $contents, $lock? LOCK_EX: 0);?

file_put_contents(C:\xampp\htdocs\neilrogers\storage\framework/sessions/BwGac8LsWn58hgAQWBpIuW3ukoUp1CTq7d7oHVSn): failed to open stream: No such file or directory

public function put($path, $contents, $lock = false)
    {
        return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
    }

problem in Filesystem.php

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sanes, 2020-10-10
@Sanes

The problem is with your environment. Set up a normal environment.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question