错误

failed to open stream: No such file or directory in file /xxxxxxx/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php

错误原因

因为是负载均衡,缓存文件没有攻击,所以A服务器生成的缓存在B服务器没有

解决

laravel缓存改为redis
Laravel failed to open stream: No such file or directory in file xxxx Filesystem/Filesystem.php

相关文章: