Laravel error 'A facade root has not been set

折月煮酒 提交于 2019-12-11 05:14:41

问题


When I upload my laravel project to the live server, I'm getting the following error

Fatal error: Uncaught RuntimeException: A facade root has not been set. in /home/reserv10/public_html/project folder/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php:220

I have cleared my cache also but still it's not working on live server but the same project is working perfectly on localhost.

Laravel Version: 5.6

Thanks in advance.

来源:https://stackoverflow.com/questions/53446420/laravel-error-a-facade-root-has-not-been-set

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