Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在我的第 2 页信息的页脚中显示:
在 app_dev.php 中,这些信息位于页面底部的调试工具栏中。任何人都知道如何在“产品”环境中获取这些信息?
编辑:我找到了我的第一个问题的解决方案 - 渲染时间 - 在这个问题下
这在 /app/AppKernel.php 中是可能的
只需添加new Symfony\Bundle\WebProfilerBundle\WebProfilerBundle();到 $bundles 数组。
new Symfony\Bundle\WebProfilerBundle\WebProfilerBundle();
你会看到里面也一样 if (in_array($this->getEnvironment(), array('dev', 'test')))
if (in_array($this->getEnvironment(), array('dev', 'test')))