Closed wzhih closed 5 years ago
生产模式下不会启用
发自我的 iPhone
在 2019年8月20日,14:05,wzhih notifications@github.com 写道:
配置文件里面好像没找到这个配置
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
修改env里面的APP_ENV
和APP_DEBUG
,都没有作用,重启服务器也是
还需要修改什么吗?
缓存了吧?clear一下
发自我的 iPhone
在 2019年8月20日,15:13,wzhih notifications@github.com 写道:
修改env里面的APP_ENV和APP_DEBUG,都没有作用,重启服务器也是
还需要修改说明吗?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
缓存了吧?clear一下 发自我的 iPhone … 在 2019年8月20日,15:13,wzhih @.***> 写道: 修改env里面的APP_ENV和APP_DEBUG,都没有作用,重启服务器也是 还需要修改说明吗? — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
还是不行,以下是我的操作步骤 1.修改env里面的APP_ENV和APP_DEBUG 2.运行clear
php artisan config:clear
php artisan cache:clear
php artisan view:clear
php artisan route:clear
3.重启服务器
有什么问题吗
是不是环境问题,用了什么常驻内存的东西?重启下相关服务试试,还不行的话那我也不知道了,根本原因就是配置没生效,按照这个来排查
发自我的 iPhone
在 2019年8月20日,16:51,wzhih notifications@github.com 写道:
缓存了吧?clear一下 发自我的 iPhone … 在 2019年8月20日,15:13,wzhih @.***> 写道: 修改env里面的APP_ENV和APP_DEBUG,都没有作用,重启服务器也是 还需要修改说明吗? — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
还是不行,以下是我的操作步骤 1.修改env里面的APP_ENV和APP_DEBUG 2.运行clear
php artisan config:clear php artisan cache:clear php artisan view:clear php artisan route:clear 3.重启服务器
有什么问题吗
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
好吧
配置文件里面好像没找到这个配置