Lumen报错:Eloquent error: A facade root has not been set BUG解决 21年3月18日 3C3IT 取消关注 关注 私信 问题描述 小编在使用Lumen保存文件的过程中报错如下: Eloquent error: A facade root has not been set 解决方案 取消bootstrap/app.php中两行代码的注释: 如下: 给TA买糖 共{{data.count}}人 人已赞赏 bugLumenphp后端