概述 快速入门 教程 手册 最佳实践 组件 参考 贡献

发布于 2015-08-27 16:27:04 | 248 次阅读 | 评论: 0 | 来源: 网络整理

完整配置

  • YAML
    web_profiler:
    
        # DEPRECATED, it is not useful anymore and can be removed safely from your configuration
        verbose:              true
    
        # display the web debug toolbar at the bottom of pages with a summary of profiler info
        toolbar:              false
        position:             bottom
    
        # gives you the opportunity to look at the collected data before following the redirect
        intercept_redirects: false
    
        # Exclude AJAX requests in the web debug toolbar for specified paths
        excluded_ajax_paths:  ^/bundles|^/_wdt
    
  • XML
    <web-profiler:config
        toolbar="false"
        verbose="true"
        intercept_redirects="false"
        excluded_ajax_paths="^/bundles|^/_wdt"
    />
    
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务