码迷,mamicode.com
首页 > 其他好文 > 详细

symfony2显示调试工具栏

时间:2020-03-27 10:31:17      阅读:76      评论:0      收藏:0      [点我收藏+]

标签:route   php   work   except   out   class   yml   too   als   

1. app/config/config_dev.yml

framework:
    templating:
        engines: [‘twig‘]
    router:
        resource: "%kernel.root_dir%/config/dev/routing.yml"
        strict_requirements: true
    profiler: { only_exceptions: false }

web_profiler:
    toolbar: true
    intercept_redirects: true

2. web/app_dev.php

$kernel = new AppKernel(‘dev‘, true); 
Debug::enable(); // 这个不要注释

 

symfony2显示调试工具栏

标签:route   php   work   except   out   class   yml   too   als   

原文地址:https://www.cnblogs.com/init-007/p/12579478.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!