CentOS Laravel项目报错

发布于 2022-09-07 19:58:33 字数 1284 浏览 38 评论 0

新的项目在centos端git pull下来利用composer install 和 update 后运行会报错,请问是啥问题?

Fatal error: Uncaught ReflectionException: Class config does not exist in /home/www/station/vendor/laravel/framework/src/Illuminate/Container/Container.php:767 Stack trace: #0 /home/www/station/vendor/laravel/framework/src/Illuminate/Container/Container.php(767): ReflectionClass->__construct('config') #1 /home/www/station/vendor/laravel/framework/src/Illuminate/Container/Container.php(646): Illuminate\Container\Container->build('config') #2 /home/www/station/vendor/laravel/framework/src/Illuminate/Container/Container.php(601): Illuminate\Container\Container->resolve('config', Array) #3 /home/www/station/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(734): Illuminate\Container\Container->make('config', Array) #4 /home/www/station/vendor/laravel/framework/src/Illuminate/Container/Container.php(1210): Illuminate\Foundation\Application->make('config') #5 /home/www/station/vendor/laravel/framework/src/Illuminate/Log/LogManager.php(443): Illuminate\Container\Container->offsetGet('config') #6 /home/www/statio in /home/www/station/vendor/laravel/framework/src/Illuminate/Container/Container.php on line 767

有人说是.env里面有空格,可是我检查了,并没有空格

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

对你的占有欲 2022-09-14 19:58:33

一般push上去的.env文件是git被忽略的,需要在服务器网站根目录检查下有没有.env,还有就是有些安装包需要重新发布生成config文件

断念 2022-09-14 19:58:33

尝试把 bootstrap/cache 删除后重新 composer update 一下。

好倦 2022-09-14 19:58:33

把vender目录删除 再重新执行下 composer install 然后执行下composer dumpautoload

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文