這里寫問題描述
config/app.php
return [
'debug' => getenv('APPDEBUG'),
'error_reporting' => E_ALL,
'default_timezone' => 'Asia/Shanghai',
'request_class' => Request::class,
'public_path' => base_path() . DIRECTORY_SEPARATOR . 'public',
'runtime_path' => base_path(false) . DIRECTORY_SEPARATOR . 'runtime',
'controller_suffix' => 'Controller',
'controller_reuse' => false,
];
.env
APPDEBUG = 0
http://wtbis.cn/doc/webman/others/monitor.html
是否開啟文件監(jiān)控最終看 config/process.php
中 options.enable_memory_monitor
的值