即使我从所有 config*.yml 文件中删除web_profiler
......我得到
RuntimeException: You need to enable either the SQLite3 or PDO_SQLite extension for the profiler to run properly.
我只是不想在我的系统上安装 sqlite,我找不到如何完全关闭分析器......
有小费吗?
UPD:在 FrameworkExtension.php 中评论
if (isset($config['profiler'])) {
$this->registerProfilerConfiguration($config['profiler'], $container, $loader);
}
但这不是好的解决方案