Laravel 5 show ErrorException file_put_contents failed to open stream: No such file or directory

后端 未结 20 2427
北海茫月
北海茫月 2020-12-04 17:26

I have a project on Laravel 5 and I work with it at the office and at home too. It works fine, but recently at home it stopped working. Laravel show me two ErrorException

20条回答
  •  不知归路
    2020-12-04 17:59

    Actually I faced this issue when I moved my project from server to local.

    in

    storage/framework

    four basic folders are required cache, sessions, testing, views

    In My case sessions was missing might be in gitignore.

    So I manually created session folder and refreshed browser and it was working.

    So any of the missing folder if we delete this problem can be solved.

提交回复
热议问题