Answer the question
In order to leave comments, you need to log in
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);
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question