すべての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);
}
しかし、それは良い解決策ではありません