国产+高潮+在线,国产 av 仑乱内谢,www国产亚洲精品久久,51国产偷自视频区视频,成人午夜精品网站在线观看

php start.php start -d

香蕉君

我發(fā)現生產環(huán)境 使用 php start.php start -d后,更新文件,不用reload,也會更新文件,這是為何

這里寫問題描述

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
1490 1 0
1個回答

walkor 打賞

http://wtbis.cn/doc/webman/others/monitor.html
是否開啟文件監(jiān)控最終看 config/process.phpoptions.enable_memory_monitor的值

  • 暫無評論
年代過于久遠,無法發(fā)表回答
??