After moving one web file and it's database to a new laptop, I get this error message:
file_put_contents(D:\xampp72\htdocs\aws_admin\storage\framework/sessions/fBEsflR577tG4HbxEzgo2VrDSOz48PSrsjovpAFT): failed to open stream: No such file or directory
I wonder why it even ask for that file. In my other computer the same file and db works just fine. After I copy it to my second my computer that error appears.
@davy_yg you should not even copy those files at all. Those are cached files, and it works on the other computer because the User of that computer is the owner of those files, and not the user on the new computer..
Take a look at using Git as a version control system, create a project on GitHub or BitBucket, and share the code that way between machines/server.
You have Laravel configured to store user sessions on disk. Many randomly named files will be created for sessions and cached views. Therefore your web server must be allowed to write to the storage folder.