💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# Debug Extension for Yii 2 This extension provides a debugger for Yii 2 applications. When this extension is used, a debugger toolbar will appear at the bottom of every page. The extension also provides a set of standalone pages to display more detailed debug information. The toolbar displays information about the currently opened page, while the debugger can be used to analyze data you've previously collected (i.e., to confirm the values of variables). Out of the box these tools allow you to: * quickly get the framework version, PHP version, response status, current controller and action, performance info and more via toolbar; * browse the application and PHP configuration; * view the request data, request and response headers, session data, and environment variables; * see, search, and filter the logs; * view any profiling results; * view the database queries executed by the page; * view the emails sent by the application. All of this information will be available per request, allowing you to revisit the information for past requests as well. ## [](https://github.com/yiisoft/yii2-debug/blob/master/docs/guide/README.md#getting-started)Getting Started * [Installation](https://github.com/yiisoft/yii2-debug/blob/master/docs/guide/installation.md) * **TBD** [Basic Usage](https://github.com/yiisoft/yii2-debug/blob/master/docs/guide/basic-usage.md) ## [](https://github.com/yiisoft/yii2-debug/blob/master/docs/guide/README.md#additional-topics)Additional topics * [Creating your own panels](https://github.com/yiisoft/yii2-debug/blob/master/docs/guide/topics-creating-your-own-panels.md)