yii2-extensions/debug
Composer 安装命令:
composer require yii2-extensions/debug
包简介
Debug toolbar and debugger panels for Yii2: requests, logs, queries, profiling, timeline, queue, mail, events, asset bundles, and user switching with a Vite-built dependency-free UI.
关键字:
README 文档
README
Debug
Debugger and toolbar for Yii2 applications
Pico-inspired UI, scoped CSS, light/dark mode, and 14 inspection panels
Features
Quick start
Installation
composer require yii2-extensions/debug:^0.1 --dev
Basic Usage
Enable the debug module in your application configuration (config/web.php).
if (YII_ENV_DEV) { $config['bootstrap'][] = 'debug'; $config['modules']['debug'] = [ 'class' => \yii\debug\Module::class, 'allowedIPs' => ['127.0.0.1', '::1'], ]; }
The toolbar appears at the bottom of every rendered page; click any panel chip to open the full debugger.
Screenshots
Configuration
PHP info
History
Request
Router
Logs
Database
Profiling
Timeline
Events
Queue
Queue job
Dump
Asset bundles
User
User Roles and Permissions
User Switch User
Documentation
For detailed configuration options and advanced usage.
Package information
Quality code
Our social networks
License
统计信息
- 总下载量: 4.38k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 13
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2023-10-06