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

亡梦爱人 提交于 2021-02-08 07:19:11

问题


I was trying to upload this instance on Amazon elasticBeanstalk, but it doesn't seem to work.

I have tried using ssh to access the files to no avail.

i did php artisan config:cache and composer dump-autoload before uploading.

Any help is appreciated.


回答1:


Go to directory laravel/bootstrap/cache and delete config.php file.




回答2:


Open terminal in your project directory and run this cmd:

php artisan config:clear


来源:https://stackoverflow.com/questions/59595863/file-put-contentsc-xampp-htdocs-instant-storage-framework-sessions-ff-failed

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!